Skip to content

Commit

Permalink
tags
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Jul 30, 2024
1 parent 7275463 commit b0dabb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dns-zone-cat.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ resource "aws_route53_zone" "cluster_domain" {

tags = merge(
local.base_tags,
local.common_tags,
# local.common_tags,
var.tags,
var.application_tags,
# var.application_tags,
tomap({ "Name" = local.cluster_domain_name }),
)

Expand Down

0 comments on commit b0dabb4

Please sign in to comment.