delete line
This commit is contained in:
parent
5417d889f7
commit
8128b87f6f
1 changed files with 0 additions and 1 deletions
|
@ -142,7 +142,6 @@ data "template_file" "machine-configs" {
|
|||
for name, machine in var.machines :
|
||||
name => machine
|
||||
}
|
||||
#template = file("${path.module}/machine-${each.key}.yaml.tmpl")
|
||||
template = file("${path.module}/templates/machine.yaml.tmpl")
|
||||
|
||||
vars = {
|
||||
|
|
Loading…
Reference in a new issue