Skip to content

Commit dd7a209

Browse files
sjpbm-bull
andauthored
Apply suggestions from code review
Co-authored-by: Matt Anson <[email protected]>
1 parent 841c416 commit dd7a209

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,10 @@ Create an OpenTofu variables file to define the required infrastructure, e.g.:
9090
key_pair = "my_key" # *
9191
control_node_flavor = "some_flavor_name"
9292
login = {
93+
# Arbitrary group name for these login nodes
9394
interactive = {
9495
nodes: ["login-0"]
95-
flavor: "login_flavor_name"
96+
flavor: "login_flavor_name" # *
9697
}
9798
}
9899
cluster_image_id = "rocky_linux_9_image_uuid"

0 commit comments

Comments
 (0)