A custom provider for Terraform that allows the creation of resources through the Project Pinto API.
Run the following command to build the provider
$ go build -o terraform-provider-project-pinto
Run the following command to run the providers unit tests
$ make test
To also run the acceptance tests, run
$ make testacc
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