diff --git a/terraform/environments/dev/main.tf b/terraform/environments/dev/main.tf index e278faa..a900f26 100644 --- a/terraform/environments/dev/main.tf +++ b/terraform/environments/dev/main.tf @@ -54,7 +54,7 @@ module "iam" { data "local_file" "ansible_cfg" { filename = "${path.module}/ansible.cfg" - content = templatefile("${path.module}/../../template/ansible.cfg.tpl", { + content = templatefile("${path.module}/../../templates/ansible.cfg.tpl", { remote_user = "raphael.hochlaf@gmail.com" }) }