Correction
This commit is contained in:
parent
f1da774e3b
commit
16b512dae9
@ -46,7 +46,7 @@ data "google_client_openid_userinfo" "me" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
resource "local_file" "ansible_config" {
|
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
|
remote_user = data.google_client_openid_userinfo.me.email
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user