tf-ansible-workflow

Terraform/Ansible Workflow for Libvirt
git clone https://git.in0rdr.ch/tf-ansible-workflow.git
Log | Files | Refs | Pull requests |Archive

commit a6edcf15b212c5b91e53e2de980b110a04554a3d
parent b0c1da9ca03cde90e3eb0d067585a0479041d743
Author: Andreas Gruhler <andreas.gruhler@adfinis-sygroup.ch>
Date:   Fri, 27 Dec 2019 06:46:37 +0100

remove deprecated quoted contraints

Diffstat:
Mterraform/variables.tf | 7+++----
1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/terraform/variables.tf b/terraform/variables.tf @@ -1,10 +1,10 @@ variable "hosts" { - type = "list" + type = list default = ["node0", "node1"] } variable "macaddr" { - type = "map" + type = map default = { node0 = "02:e6:df:96:00:d6" node1 = "02:98:f7:29:3a:82" @@ -44,4 +44,4 @@ variable "target_node" { variable "clone" { type = string default = "CentOS7-GenericCloud" -} -\ No newline at end of file +}