We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98d6872 commit 17c0ca2Copy full SHA for 17c0ca2
outputs.tf
@@ -55,11 +55,11 @@ resource "local_file" "admin_networks" {
55
56
output "cluster_nodes" {
57
description = "A list of the cluster nodes and their IP addresses which will be used by the Ansible inventory"
58
- value = {
+ value = [{
59
name = openstack_compute_instance_v2.ansible_control.name
60
ip = openstack_compute_instance_v2.ansible_control.access_ip_v4
61
groups = ["multinode_ansible_control"]
62
- }
+ }]
63
}
64
65
# flatten([
0 commit comments