forked from pierront/but3-iac
gg well played
This commit is contained in:
@@ -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"
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user