Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 455 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 455 Bytes

Install

Install terraform

Source .openrc

source ../.openrc

Configure variables

cp terraform.tfvars.dist terraform.tfvars

Install providers

terraform init

Deploy

  1. Run terraform show to see the current infra
  2. Run terraform plan to see what changes need to be made
  3. Run terraform apply to create the workers

Destroy

terraform destroy