We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb8789e commit 8213ddbCopy full SHA for 8213ddb
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