Skip to content

Commit 04c8c57

Browse files
committed
docs: update README to use new network syntax
This follows changes made in #548.
1 parent 1bbbf31 commit 04c8c57

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,12 @@ Create an OpenTofu variables file to define the required infrastructure, e.g.:
8585
# environments/$ENV/tofu/tofu.tfvars:
8686

8787
cluster_name = "mycluster"
88-
cluster_net = "some_network" # *
89-
cluster_subnet = "some_subnet" # *
88+
cluster_networks = [
89+
{
90+
network = "some_network" # *
91+
subnet = "some_subnet" # *
92+
}
93+
]
9094
key_pair = "my_key" # *
9195
control_node_flavor = "some_flavor_name"
9296
login = {

0 commit comments

Comments
 (0)