Skip to content

Omar-Khawaja/terraform-provider-hello

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Demo Terraform provider for hello-service. This code assumes you are using Terraform 0.13.0+

Build and Installation

Run make install to build the plugin and install it in the necessary directory for Terraform to detect it.

If you want to just build the plugin and move it to a different directory yourself, run make build to build the plugin.

Usage

You will need to run terraform init before using the provider. See the examples directory for sample Terraform config.