rename yml to ini

This commit is contained in:
Benedikt Penner
2026-03-14 22:20:27 +01:00
parent 05dcf8ca20
commit 86460b69f2

View File

@@ -3,5 +3,5 @@ resource "local_file" "ansible_inventory" {
galera_servers = proxmox_vm_qemu.galera
bastion = proxmox_vm_qemu.jumphost
})
filename = "${path.module}/../inventory/terraform_hosts.yml"
filename = "${path.module}/../inventory/terraform_hosts.ini"
}