forked from pierront/but3-iac
2eme quick fix main dev
This commit is contained in:
@@ -49,7 +49,7 @@ resource "local_file" "ansible_cfg" {
|
||||
filename = "${path.module}/ansible.cfg"
|
||||
|
||||
content = templatefile(
|
||||
"${path.module}/../templates/ansible.cfg.tpl",
|
||||
"${path.module}/../../templates/ansible.cfg.tpl",
|
||||
{
|
||||
remote_user = data.google_client_openid_userinfo.me.email
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user