Skip to content

Commit 594de4b

Browse files
Fix tags (#701)
Co-authored-by: cloudpossebot <[email protected]>
1 parent c5d2f19 commit 594de4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/dns-delegated/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ resource "aws_shield_protection" "shield_protection" {
7676
name = local.aws_route53_zone[each.key].name
7777
resource_arn = format("arn:%s:route53:::hostedzone/%s", local.aws_partition, local.aws_route53_zone[each.key].id)
7878

79-
tags = module.this.context
79+
tags = module.this.tags
8080
}
8181

8282
resource "aws_route53_record" "soa" {

0 commit comments

Comments
 (0)