File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
data/data/powervs/cluster/dns Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ resource "ibm_dns_resource_record" "proxy_vsi_record" {
7171 zone_id = local. dns_zone . zone_id
7272 type = " A"
7373 name = " proxy.${ var . cluster_domain } "
74- rdata = ibm_is_instance. dns_vm_vsi [0 ]. primary_network_interface [0 ]. primary_ipv4_address
74+ rdata = ibm_is_instance. dns_vm_vsi [0 ]. primary_network_interface [0 ]. primary_ip [ 0 ] . address
7575 ttl = 60
7676}
7777
Original file line number Diff line number Diff line change 11output "dns_server" {
2- value = var. publish_strategy == " Internal" ? ibm_is_instance. dns_vm_vsi [0 ]. primary_network_interface [0 ]. primary_ipv4_address : " 1.1.1.1"
2+ value = var. publish_strategy == " Internal" ? ibm_is_instance. dns_vm_vsi [0 ]. primary_network_interface [0 ]. primary_ip [ 0 ] . address : " 1.1.1.1"
33}
You can’t perform that action at this time.
0 commit comments