Source .openrc
source ../.openrc
Configure variables
cp terraform.tfvars.dist terraform.tfvars
Install providers
terraform init
- Run
terraform show
to see the current infra - Run
terraform plan
to see what changes need to be made - Run
terraform apply
to create the workers
terraform destroy