1
0
forked from pierront/but3-iac

quick fix main dev

This commit is contained in:
2025-12-04 10:48:18 +01:00
parent 249504829a
commit 05696d7841

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/ansile.cfg.tpl", "${path.module}/../templates/ansile.cfg.tpl",
{ {
remote_user = data.google_client_openid_userinfo.me.email remote_user = data.google_client_openid_userinfo.me.email
} }