forked from pierront/but3-iac
dd
This commit is contained in:
@@ -52,7 +52,7 @@ module "iam" {
|
|||||||
# Fichier template Ansible
|
# Fichier template Ansible
|
||||||
# ------------------------
|
# ------------------------
|
||||||
|
|
||||||
data "local_file" "ansible_cfg" {
|
resource "local_file" "ansible_cfg" {
|
||||||
filename = "${path.module}/ansible.cfg"
|
filename = "${path.module}/ansible.cfg"
|
||||||
content = templatefile("${path.module}/../../templates/ansible.cfg.tpl", {
|
content = templatefile("${path.module}/../../templates/ansible.cfg.tpl", {
|
||||||
remote_user = "raphael.hochlaf@gmail.com"
|
remote_user = "raphael.hochlaf@gmail.com"
|
||||||
|
|||||||
Reference in New Issue
Block a user