Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.

Latest commit

 

History

History
21 lines (14 loc) · 376 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 376 Bytes

Terraform Provider Hashicups

Run the following command to build the provider

go build -o terraform-provider-hashicups

Test sample configuration

First, build and install the provider.

make install

Then, run the following command to initialize the workspace and apply the sample configuration.

terraform init && terraform apply