From 101ad08bd3e758a03739cb4adf8108d925226955 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Wed, 19 Apr 2023 13:38:32 -0500 Subject: [PATCH] formatting fixes --- terraform/main.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/terraform/main.tf b/terraform/main.tf index 23579e0..ba5b9cf 100644 --- a/terraform/main.tf +++ b/terraform/main.tf @@ -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