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 15d6364 commit 0281fc4Copy full SHA for 0281fc4
proxmox_vm_controlplanes.tf
@@ -13,7 +13,7 @@ resource "proxmox_virtual_environment_vm" "controlplane" {
13
disk = each.value.disk
14
proxmox_node = each.value.node
15
})
16
- tags = ["${var.cluster.name}"]
+ tags = [var.cluster.name]
17
vm_id = each.value.vm_id
18
machine = "q35"
19
scsi_hardware = "virtio-scsi-single"
proxmox_vm_worker.tf
@@ -13,7 +13,7 @@ resource "proxmox_virtual_environment_vm" "worker" {
0 commit comments