update dev main
This commit is contained in:
parent
4f4c99a8f8
commit
752dfc98c6
@ -48,10 +48,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"
|
||||
}
|
Loading…
Reference in New Issue
Block a user