...
You can apply the Terraform configuration to your cluster with the following command issued from the usual path. The same command can be used to apply changes to an existing cluster after modifying the cluster.tfvars
configuration file.
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
$ terraform apply -var-file=cluster.tfvars ../../contrib/terraform/openstack |
...