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 051272a commit 97a9a6dCopy full SHA for 97a9a6d
proxmox_vm_controlplanes.tf
@@ -3,7 +3,7 @@ resource "proxmox_virtual_environment_vm" "controlplane" {
3
4
node_name = each.value.node
5
name = each.key
6
- description = templatefile("${path.module}/templates/description.tmpl", {
+ description = templatefile("${path.module}/templates/description.tftpl", {
7
cluster_name = var.cluster.name,
8
node_name = each.key
9
subnet = "${each.value.ip_address}/${each.value.subnet}"
0 commit comments