Skip to content

Terraform Provider HashiCups - Provider Plugin Framework example

Notifications You must be signed in to change notification settings

tcondeixa/terraform-provider-hashicups-pf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 HashiCups - Provider Plugin Framework example

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 91.7%
  • Makefile 8.3%