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