Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Co-authored-by: cloudpossebot <[email protected]>
  • Loading branch information
aknysh and cloudpossebot authored May 27, 2023
1 parent ac01920 commit 6a566e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ resource "aws_shield_protection" "shield_protection" {
name = local.aws_route53_zone[each.key].name
resource_arn = format("arn:%s:route53:::hostedzone/%s", local.aws_partition, local.aws_route53_zone[each.key].id)

tags = module.this.context
tags = module.this.tags
}

resource "aws_route53_record" "soa" {
Expand Down

0 comments on commit 6a566e2

Please sign in to comment.