diff --git a/outputs.tf b/outputs.tf index 5cb4101..3c72054 100644 --- a/outputs.tf +++ b/outputs.tf @@ -37,6 +37,6 @@ output "bastion_private_ip" { output "bastion_dns_records" { description = "The DNS records for the bastion server instances." - value = [oci_dns_rrset.bastion.*.rdata] + value = [oci_dns_rrset.bastion.*.items] } # --- EOF ------------------------------------------------------------------- \ No newline at end of file