You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,7 @@ And generate secrets for it:
82
82
83
83
Create an OpenTofu variables file to define the required infrastructure, e.g.:
84
84
85
-
# environments/$ENV/tofu/tofu.tfvars:
85
+
# environments/$ENV/tofu/terraform.tfvars:
86
86
87
87
cluster_name = "mycluster"
88
88
cluster_networks = [
@@ -109,7 +109,7 @@ Create an OpenTofu variables file to define the required infrastructure, e.g.:
109
109
}
110
110
}
111
111
112
-
Variables marked `*` refer to OpenStack resources which must already exist. The above is a minimal configuration - for all variables and descriptions see `environments/$ENV/tofu/tofu.tfvars`.
112
+
Variables marked `*` refer to OpenStack resources which must already exist. The above is a minimal configuration - for all variables and descriptions see `environments/$ENV/tofu/variables.tf`.
113
113
114
114
To deploy this infrastructure, ensure the venv and the environment are [activated](#create-a-new-environment) and run:
0 commit comments