ansible-debops-infrastructure

DebOps and Ansible scripts to manage my infrastructure
git clone git://git.erethon.com/ansible-debops-infrastructure
Log | Files | Refs

commit e5dc54c37f9bfff07e52d7871a3837e02f5eb6f0
parent b6381c5f5bb9f965f0990198fe2eedea6121e2bc
Author: Dionysis Grigoropoulos <dgrig@erethon.com>
Date:   Mon,  7 Dec 2020 02:28:06 +0200

libvirt_network: Remove pre-0.12 TF var syntax

Diffstat:
terraform/modules/libvirt_network/outputs.tf | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/terraform/modules/libvirt_network/outputs.tf b/terraform/modules/libvirt_network/outputs.tf @@ -1,5 +1,5 @@ output cidr { - value = "${var.network_cidr}" + value = var.network_cidr } output id {