forked from pierront/but3-iac
maj
This commit is contained in:
@@ -52,8 +52,8 @@ module "iam" {
|
||||
# Fichier template Ansible
|
||||
# ------------------------
|
||||
|
||||
data "templatefile" "ansible_cfg" {
|
||||
template = file("../../template/ansible.cfg.tpl")
|
||||
data "template" "ansible_cfg" {
|
||||
template = file("${path.module}/../../template/ansible.cfg.tpl")
|
||||
|
||||
vars = {
|
||||
frontend_ip = module.compute.frontend_public_ip
|
||||
|
||||
Reference in New Issue
Block a user