1
0
forked from pierront/but3-iac

2eme quick fix main dev

This commit is contained in:
2025-12-04 10:51:13 +01:00
parent 9326dffa63
commit 16187ed9f6

View File

@@ -49,7 +49,7 @@ resource "local_file" "ansible_cfg" {
filename = "${path.module}/ansible.cfg" filename = "${path.module}/ansible.cfg"
content = templatefile( content = templatefile(
"${path.module}/../templates/ansible.cfg.tpl", "${path.module}/../../templates/ansible.cfg.tpl",
{ {
remote_user = data.google_client_openid_userinfo.me.email remote_user = data.google_client_openid_userinfo.me.email
} }