Skip to content

Commit

Permalink
change bastion_dns_records
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Oehrli committed Oct 27, 2020
1 parent a3d1a1e commit 703784f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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 -------------------------------------------------------------------

0 comments on commit 703784f

Please sign in to comment.