Skip to content

Commit 1ded6ef

Browse files
committed
Update Terraform tfvars example for SMS 2.0
1 parent 095d26f commit 1ded6ef

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

terraform.tfvars.sample

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
lab_count = 6
2-
lab_net_ipv4 = "stackhpc-ipv4-vlan-v2"
3-
lab_prefix = "stackhpc"
4-
image_id = "set_me"
1+
lab_count = 12
2+
lab_net_ipv4 = "stackhpc-ipv4-aufn"
3+
image_id = "137f31eb-454b-4835-84c5-ad4cc3e22110"
4+
image_name = "Rocky9"
5+
lab_flavor = "aufn.v1.large"
6+
registry_flavor = "general.v1.medium"
7+
boot_labs_from_volume = true
8+
image_user = "cloud-user"
9+
allocate_floating_ips = false
10+
create_bastion = true
11+
bastion_floating_ip = "185.45.78.149"

0 commit comments

Comments
 (0)