Correction

This commit is contained in:
Tom MOGULJAK 2024-12-06 16:16:10 +01:00
parent f1da774e3b
commit 16b512dae9
2 changed files with 1 additions and 1 deletions

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
}