From 05696d784122ff60f2a1eee3ef9c85ffdc209c1b Mon Sep 17 00:00:00 2001 From: dick Date: Thu, 4 Dec 2025 10:48:18 +0100 Subject: [PATCH] quick fix main dev --- terraform/environments/dev/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/environments/dev/main.tf b/terraform/environments/dev/main.tf index 10ec7f5..0ce0a0d 100644 --- a/terraform/environments/dev/main.tf +++ b/terraform/environments/dev/main.tf @@ -49,7 +49,7 @@ resource "local_file" "ansible_cfg" { filename = "${path.module}/ansible.cfg" content = templatefile( - "${path.module}/../../templates/ansile.cfg.tpl", + "${path.module}/../templates/ansile.cfg.tpl", { remote_user = data.google_client_openid_userinfo.me.email }