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.
2 parents 0ffe0c1 + 8213ddb commit 488ca58Copy full SHA for 488ca58
ansible/roles/cluster_infra/templates/outputs.tf.j2
@@ -1,6 +1,6 @@
1
output "cluster_gateway_ip" {
2
description = "The IP address of the gateway used to contact the cluster nodes"
3
- value = openstack_compute_floatingip_associate_v2.login_floatingip_assoc.floating_ip
+ value = openstack_networking_floatingip_associate_v2.login_floatingip_assoc.floating_ip
4
}
5
6
{% if cluster_ssh_private_key_file is not defined %}
0 commit comments