Skip to content

Commit

Permalink
chore: remove extra tags from subnets (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
soerenmartius authored Apr 23, 2024
2 parents 090d849 + dda7807 commit b01531b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion stacks/prod/us-east-1/vpc/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ module "vpc" {
name = "prd-vpc"
private_subnet_tags = {
Tier = "private"
Foo = "bar"
}
private_subnets = [
"10.0.1.0/24",
Expand Down
1 change: 0 additions & 1 deletion stacks/prod/us-east-1/vpc/main.tm.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ generate_hcl "main.tf" {

private_subnet_tags = {
Tier = "private"
Foo = "bar"
}

tags = tm_try(global.tags, {})
Expand Down

0 comments on commit b01531b

Please sign in to comment.