Skip to content

Commit

Permalink
Fix E2E: WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
AutomationD committed Jun 11, 2024
1 parent b1323ac commit 594d581
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/ecs-apps-monorepo/.ize/env/testnut/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ module "vpc" {
cidr = "10.0.0.0/16"

azs = [
"us-east-1a",
"us-east-1b",
"${var.aws_region}a",
"${var.aws_region}b",
]

public_subnets = [
Expand Down

0 comments on commit 594d581

Please sign in to comment.