Skip to content

Commit 74ddc28

Browse files
authored
Merge pull request #562 from stackhpc/fix-readme-tofu
docs: fix OpenTofu file names in README
2 parents 9a8f123 + a21bf18 commit 74ddc28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ And generate secrets for it:
8282

8383
Create an OpenTofu variables file to define the required infrastructure, e.g.:
8484

85-
# environments/$ENV/tofu/tofu.tfvars:
85+
# environments/$ENV/tofu/terraform.tfvars:
8686

8787
cluster_name = "mycluster"
8888
cluster_networks = [
@@ -109,7 +109,7 @@ Create an OpenTofu variables file to define the required infrastructure, e.g.:
109109
}
110110
}
111111

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`.
113113

114114
To deploy this infrastructure, ensure the venv and the environment are [activated](#create-a-new-environment) and run:
115115

0 commit comments

Comments
 (0)