Skip to content

Commit b13cb7d

Browse files
committed
fix: pre-commit error
1 parent 7048db6 commit b13cb7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

outputs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,5 +195,5 @@ output "dns_zone_id" {
195195

196196
output "dns_record_ids" {
197197
description = "List of all the domain resource records."
198-
value = [for record in ibm_dns_resource_record.dns_record : record.id]
198+
value = [for record in ibm_dns_resource_record.dns_record : record.id]
199199
}

0 commit comments

Comments
 (0)