diff --git a/tp-cloud/terraform/environments/dev/main.tf b/tp-cloud/terraform/environments/dev/main.tf index d5841a7..1679a69 100644 --- a/tp-cloud/terraform/environments/dev/main.tf +++ b/tp-cloud/terraform/environments/dev/main.tf @@ -51,10 +51,10 @@ resource "local_file" "ansible_config" { remote_user = data.google_client_openid_userinfo.me.email } ) - filename = "../../ansible/ansible.cfg" + filename = "../../../ansible/ansible.cfg" } resource "local_file" "service_account" { content = base64decode(module.iam.service_account_key) - filename = "../../ansible/service_account.json" + filename = "../../../ansible/service_account.json" } \ No newline at end of file