File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ resource "proxmox_virtual_environment_vm" "controlplane" {
33
44 node_name = each. value . node
55 name = each. key
6- description = templatefile (" ${ path . module } /templates/description.tmpl " , {
6+ description = templatefile (" ${ path . module } /templates/description.tftpl " , {
77 cluster_name = var.cluster.name,
88 node_name = each.key
99 subnet = " ${ each . value . ip_address } /${ each . value . subnet } "
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ resource "proxmox_virtual_environment_vm" "worker" {
33
44 node_name = each. value . node
55 name = each. key
6- description = templatefile (" ${ path . module } /templates/description.tmpl " , {
6+ description = templatefile (" ${ path . module } /templates/description.tftpl " , {
77 cluster_name = var.cluster.name,
88 node_name = each.key
99 subnet = " ${ each . value . ip_address } /${ each . value . subnet } "
You can’t perform that action at this time.
0 commit comments