Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-niland committed Sep 11, 2024
1 parent f9d0c0f commit a714270
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 @@ -10,5 +10,5 @@ output "key_arn" {

output "ds_record" {
description = "DS records for each zone"
value = { for k, v in aws_route53_key_signing_key.this.* : k => v.ds_record }
value = { for k, v in aws_route53_key_signing_key.this : k => v.ds_record }
}

0 comments on commit a714270

Please sign in to comment.