Skip to content

aidan-melen/terraform-provider-hashicups

 
 

Repository files navigation

Terraform Provider Hashicups

This repo is a companion repo to the Call APIs with Terraform Providers Learn collection.

In the collection, you will use the HashiCups provider as a bridge between Terraform and the HashiCups API. Then, extend Terraform by recreating the HashiCups provider. By the end of this collection, you will be able to take these intuitions to create your own custom Terraform provider.

Build provider

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, navigate to the examples directory.

$ cd examples

Run the following command to initialize the workspace and apply the sample configuration.

$ terraform init && terraform apply

About

Terraform provider for Hashicups demo app

Resources

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 91.1%
  • Makefile 8.9%