Correction

This commit is contained in:
Tom MOGULJAK 2024-12-06 16:14:24 +01:00
parent 639651921d
commit f1da774e3b

View File

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