Skip to content

Commit

Permalink
Reduce number of AWS subnets down to 4 (#839)
Browse files Browse the repository at this point in the history
  • Loading branch information
iameskild authored Oct 8, 2021
1 parent 24375b1 commit 00f12be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ variable "vpc_cidr_block" {
variable "vpc_cidr_newbits" {
description = "VPC cidr number of bits to support 2^N subnets"
type = number
default = 4
default = 2
}

0 comments on commit 00f12be

Please sign in to comment.