You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
298 B

  1. output "k8s_master_fips" {
  2. value = ["${openstack_networking_floatingip_v2.k8s_master.*.address}"]
  3. }
  4. output "k8s_node_fips" {
  5. value = ["${openstack_networking_floatingip_v2.k8s_node.*.address}"]
  6. }
  7. output "bastion_fips" {
  8. value = ["${openstack_networking_floatingip_v2.bastion.*.address}"]
  9. }