We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb2ee10 commit 3c56208Copy full SHA for 3c56208
tests/sanity/main.tf
@@ -52,7 +52,10 @@ module "example-server-basic" {
52
datastore = each.value.datastore
53
#starting of static values
54
instances = 2
55
- vmnameformat = "%03d${var.env}.somedomain.com"
+ vmstartcount = 5
56
+ vmnameformat = "%03d${var.env}"
57
+ domain = "somedomain.com"
58
+ fqdnvmname = true
59
vmname = "terraform-sanitytest"
60
annotation = "Terraform Sanity Test"
61
tag_depends_on = [vsphere_tag.tag.id]
0 commit comments