zeroFruit / terraform-provider-hashicups-pf

Terraform Provider HashiCups - Provider Plugin Framework example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Go 91.9%Language:Makefile 8.1%