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 c5d2f19 commit 594de4bCopy full SHA for 594de4b
modules/dns-delegated/main.tf
@@ -76,7 +76,7 @@ resource "aws_shield_protection" "shield_protection" {
76
name = local.aws_route53_zone[each.key].name
77
resource_arn = format("arn:%s:route53:::hostedzone/%s", local.aws_partition, local.aws_route53_zone[each.key].id)
78
79
- tags = module.this.context
+ tags = module.this.tags
80
}
81
82
resource "aws_route53_record" "soa" {
0 commit comments