Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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
languagebash
titleProvisioning cluster
collapsetrue
$ terraform apply -var-file=cluster.tfvars ../../contrib/terraform/openstack

...