Skip to content

Latest commit

 

History

History

terraform

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Terraform Equinix Environment

This Terraform script uses the module found here.

Usage

Ensure you have access to both an Equinix and Tailscale account.

Copy the example vars file:

cp terraform.tfvars-example.json terraform.tfvars.json

terraform.tfvars.json will be ignored in git

Edit the values.

Then initialise and apply the plan:

terraform init
terraform apply

Don't forget to terraform destroy when you are done.