We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7048db6 commit b13cb7dCopy full SHA for b13cb7d
outputs.tf
@@ -195,5 +195,5 @@ output "dns_zone_id" {
195
196
output "dns_record_ids" {
197
description = "List of all the domain resource records."
198
- value = [for record in ibm_dns_resource_record.dns_record : record.id]
+ value = [for record in ibm_dns_resource_record.dns_record : record.id]
199
}
0 commit comments