Skip to content

Commit

Permalink
fix tags
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed May 3, 2021
1 parent 51e739e commit de3621b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions routing/vpc-endpoints.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ resource "aws_vpc_endpoint" "s3" {

tags = merge(
local.base_tags,
local.tags,
var.tags,
map("Name", format("%v%v-%v", local._prefixes["vpc-endpoint"], "s3", var.vpc_full_name)),
)
}
Expand All @@ -50,7 +50,7 @@ resource "aws_vpc_endpoint" "dynamodb" {

tags = merge(
local.base_tags,
local.tags,
var.tags,
map("Name", format("%v%v-%v", local._prefixes["vpc-endpoint"], "dynamodb", var.vpc_full_name)),
)
}
Expand Down

0 comments on commit de3621b

Please sign in to comment.