Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 766 Bytes

README.md

File metadata and controls

45 lines (29 loc) · 766 Bytes

Terraform Provider Project Pinto

A custom provider for Terraform that allows the creation of resources through the Project Pinto API.

Build provider

Run the following command to build the provider

$ go build -o terraform-provider-project-pinto

Run unit and acceptance tests

Run the following command to run the providers unit tests

$ make test

To also run the acceptance tests, run

$ make testacc

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