formatting fixes

This commit is contained in:
John Bowdre 2023-04-19 13:38:32 -05:00
parent 6cd9786752
commit 101ad08bd3

View file

@ -98,7 +98,7 @@ resource "vsphere_virtual_machine" "control" {
template_uuid = data.vsphere_virtual_machine.template.id
customize {
timeout = 0
linux_options {
host_name = "${var.vm-control-name}-${count.index +1}"
domain = var.vm-domain
@ -178,7 +178,7 @@ resource "vsphere_virtual_machine" "worker" {
template_uuid = data.vsphere_virtual_machine.template.id
customize {
timeout = 0
linux_options {
host_name = "${var.vm-worker-name}-${count.index +1}"
domain = var.vm-domain