Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 608 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 608 Bytes

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.