Skip to content

Commit

Permalink
fix modified tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
lpm0073 committed Jan 13, 2023
1 parent a155ab3 commit 7a7396e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
data "aws_route53_zone" "environment_domain" {
name = var.environment_domain
tags = {
Namespace = var.environment_namespace
"cookiecutter/environment_namespace" = var.environment_namespace
}
}

Expand Down

0 comments on commit 7a7396e

Please sign in to comment.