ravinderj / terraform-providers-dwarka

Terraform provider for dwarka

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Terraform Provider Dwarka

This repo is a companion repo to the learn terraform

Build provider

Run the following command to build the provider

$ go build -o terraform-provider-dwarka

Local release build

$ go install github.com/goreleaser/goreleaser@latest
$ make release

You will find the releases in the /dist directory. You will need to rename the provider binary to terraform-provider-dwarka and move the binary into the appropriate subdirectory within the user plugins directory.

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 dwarka


Languages

Language:Go 85.8%Language:HCL 10.1%Language:Makefile 3.7%Language:Nix 0.4%