Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ And generate secrets for it:

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

# environments/$ENV/terraform/terraform.tfvars:
# environments/$ENV/tofu/terraform.tfvars:

cluster_name = "mycluster"
cluster_net = "some_network" # *
Expand All @@ -105,7 +105,7 @@ Variables marked `*` refer to OpenStack resources which must already exist. The
To deploy this infrastructure, ensure the venv and the environment are [activated](#create-a-new-environment) and run:

export OS_CLOUD=openstack
cd environments/$ENV/terraform/
cd environments/$ENV/tofu/
tofu init
tofu apply

Expand Down