Skip to content

Commit

Permalink
Iintroduce a bunch of changes (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
soerenmartius authored Apr 23, 2024
2 parents 34713f0 + dc6693f commit 52ca8a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions stacks/prod/us-east-1/vpc/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ module "vpc" {
]
public_subnet_tags = {
Tier = "public"
Bar = "foo"
}
public_subnets = [
"10.0.101.0/24",
Expand Down
1 change: 1 addition & 0 deletions stacks/prod/us-east-1/vpc/main.tm.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ generate_hcl "main.tf" {

public_subnet_tags = {
Tier = "public"
Bar = "foo"
}

private_subnet_tags = {
Expand Down

0 comments on commit 52ca8a3

Please sign in to comment.