Skip to content

qustavo/terraform-provider-voltage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

terraform-provider-voltage

A Voltage Cloud Terraform provider

This project is still under development and it won't be published to terraform registry yet

Instructions

Build and install the Go binary:

make

This should create a binary called terraform-provider-voltage inside your go env GOBIN directory.

Update your ~/.terraformrc to override the provider installation so that terraform can find the binary you've just installed.

provider_installation {
  dev_overrides {
    "registry.terraform.io/qustavo/voltage" = "<YOUR GOBIN PATH>"
  }

  direct {}
}

Finally, let's create a node.

export VOLTAGE_TOKEN=<your token> # or wait for terraform to ask for it.
cd examples

terraform plan # Creates the plan
terraform apply # Creates a node
terraform destroy # Destroys the node

About

A Voltage Cloud Terraform provider

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published