Skip to content

Commit

Permalink
OCTOPUS-551: update var.tfvars to reflect the usage of zone2/3
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Bastide <[email protected]>
  • Loading branch information
prb112 committed Nov 9, 2023
1 parent 3b99a6d commit 9396ef9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions var.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ powervs_zone = "<zone>"
# Zone 1
worker_1 = { count = "1", profile = "cx2-8x16", "zone" = "au-syd-1" }
# Zone 2
# worker_2 = { count = "1", profile = "cx2-8x16", "zone" = "au-syd-2" }
worker_2 = { count = "0", profile = "cx2-8x16", "zone" = "au-syd-2" }
# Zone 3
# worker_3 = { count = "1", profile = "cx2-8x16", "zone" = "au-syd-3" }
worker_3 = { count = "0", profile = "cx2-8x16", "zone" = "au-syd-3" }

# Public and Private Key for Bastion Nodes
public_key_file = "data/id_rsa.pub"
Expand Down

0 comments on commit 9396ef9

Please sign in to comment.