mirror of
https://github.com/jbowdre/vsphere-k8s.git
synced 2024-11-23 16:32:19 +00:00
formatting fixes
This commit is contained in:
parent
6cd9786752
commit
101ad08bd3
1 changed files with 2 additions and 2 deletions
|
@ -98,7 +98,7 @@ resource "vsphere_virtual_machine" "control" {
|
||||||
template_uuid = data.vsphere_virtual_machine.template.id
|
template_uuid = data.vsphere_virtual_machine.template.id
|
||||||
customize {
|
customize {
|
||||||
timeout = 0
|
timeout = 0
|
||||||
|
|
||||||
linux_options {
|
linux_options {
|
||||||
host_name = "${var.vm-control-name}-${count.index +1}"
|
host_name = "${var.vm-control-name}-${count.index +1}"
|
||||||
domain = var.vm-domain
|
domain = var.vm-domain
|
||||||
|
@ -178,7 +178,7 @@ resource "vsphere_virtual_machine" "worker" {
|
||||||
template_uuid = data.vsphere_virtual_machine.template.id
|
template_uuid = data.vsphere_virtual_machine.template.id
|
||||||
customize {
|
customize {
|
||||||
timeout = 0
|
timeout = 0
|
||||||
|
|
||||||
linux_options {
|
linux_options {
|
||||||
host_name = "${var.vm-worker-name}-${count.index +1}"
|
host_name = "${var.vm-worker-name}-${count.index +1}"
|
||||||
domain = var.vm-domain
|
domain = var.vm-domain
|
||||||
|
|
Loading…
Reference in a new issue