Skip to content

Commit 3c56208

Browse files
committed
Update sanity tf for fqdnvmname/vmstartcount vars
1 parent eb2ee10 commit 3c56208

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/sanity/main.tf

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,10 @@ module "example-server-basic" {
5252
datastore = each.value.datastore
5353
#starting of static values
5454
instances = 2
55-
vmnameformat = "%03d${var.env}.somedomain.com"
55+
vmstartcount = 5
56+
vmnameformat = "%03d${var.env}"
57+
domain = "somedomain.com"
58+
fqdnvmname = true
5659
vmname = "terraform-sanitytest"
5760
annotation = "Terraform Sanity Test"
5861
tag_depends_on = [vsphere_tag.tag.id]

0 commit comments

Comments
 (0)