Skip to content

Commit cf7cb67

Browse files
authored
Merge branch 'main' into feat/slurm-rebuild
2 parents 2bdfc8a + 440d6f5 commit cf7cb67

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)