Skip to content

Commit 17c0ca2

Browse files
committed
Tupple list amend.
1 parent 98d6872 commit 17c0ca2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

outputs.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ resource "local_file" "admin_networks" {
5555

5656
output "cluster_nodes" {
5757
description = "A list of the cluster nodes and their IP addresses which will be used by the Ansible inventory"
58-
value = {
58+
value = [{
5959
name = openstack_compute_instance_v2.ansible_control.name
6060
ip = openstack_compute_instance_v2.ansible_control.access_ip_v4
6161
groups = ["multinode_ansible_control"]
62-
}
62+
}]
6363
}
6464

6565
# flatten([

0 commit comments

Comments
 (0)