...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
# Launch from the path inventory/mycluster $ terraform init ../../contrib/terraform/openstack |
Provisioning cluster
You can apply the Terraform configuration to your cluster with the following command issued from the usual path
...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
$ terraform destroy -var-file=cluster.tfvars ../../contrib/terraform/openstack |
Debugging
You can enable debugging output from Terraform by setting OS_DEBUG
to 1 and TF_LOG
to DEBUG
before running the Terraform command.