Skip to content

mmmake-gmbh/terraform-provider-pinto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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