Skip to content

Commit

Permalink
Leave at 2 az deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanFauble committed Oct 1, 2024
1 parent bec8d9d commit 5b0aa64
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions deployments/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ module "dpe-sandbox-spacelift-development" {
vpc_name = "dpe-sandbox"

vpc_cidr_block = "10.51.0.0/16"
public_subnet_cidrs = ["10.51.1.0/24", "10.51.2.0/24", "10.51.3.0/24"]
private_subnet_cidrs = ["10.51.4.0/24", "10.51.5.0/24", "10.51.6.0/24"]
azs = ["us-east-1a", "us-east-1b", "us-east-1c"]
public_subnet_cidrs = ["10.51.1.0/24", "10.51.2.0/24"]
private_subnet_cidrs = ["10.51.4.0/24", "10.51.5.0/24"]
azs = ["us-east-1a", "us-east-1b"]
}

module "dpe-sandbox-spacelift-production" {
Expand Down Expand Up @@ -68,7 +68,7 @@ module "dpe-sandbox-spacelift-production" {
vpc_name = "dpe-k8"

vpc_cidr_block = "10.52.0.0/16"
public_subnet_cidrs = ["10.52.1.0/24", "10.52.2.0/24", "10.52.3.0/24"]
private_subnet_cidrs = ["10.52.4.0/24", "10.52.5.0/24", "10.52.6.0/24"]
azs = ["us-east-1a", "us-east-1b", "us-east-1c"]
public_subnet_cidrs = ["10.52.1.0/24", "10.52.2.0/24"]
private_subnet_cidrs = ["10.52.4.0/24", "10.52.5.0/24"]
azs = ["us-east-1a", "us-east-1b"]
}

0 comments on commit 5b0aa64

Please sign in to comment.