inshbouddah

This commit is contained in:
Jean-Luc NELET 2024-12-06 16:13:11 +01:00
parent 2ac0ee3e05
commit 75274bdeb2

View File

@ -51,10 +51,10 @@ resource "local_file" "ansible_config" {
remote_user = data.google_client_openid_userinfo.me.email
}
)
filename = "../../ansible/ansible.cfg"
filename = "../../../ansible/ansible.cfg"
}
resource "local_file" "service_account" {
content = base64decode(module.iam.service_account_key)
filename = "../../ansible/service_account.json"
filename = "../../../ansible/service_account.json"
}