This commit is contained in:
2025-12-03 17:07:46 +01:00
parent fd08d2b0d5
commit 17c44c7c3b

View File

@@ -52,7 +52,7 @@ module "iam" {
# Fichier template Ansible
# ------------------------
data "local_file" "ansible_cfg" {
resource "local_file" "ansible_cfg" {
filename = "${path.module}/ansible.cfg"
content = templatefile("${path.module}/../../templates/ansible.cfg.tpl", {
remote_user = "raphael.hochlaf@gmail.com"