Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 557 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 557 Bytes

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.