Skip to content

Commit e3597ed

Browse files
satrayarikoptic
authored andcommitted
fix: allow for more than 4 subnets
Annotation for our "manual patch queue": commit done manually based on @satra's comment at nebari-dev#3004 (comment)
1 parent fd035e3 commit e3597ed

File tree

1 file changed

+1
-1
lines changed
  • src/_nebari/stages/infrastructure/template/aws/modules/network

1 file changed

+1
-1
lines changed

src/_nebari/stages/infrastructure/template/aws/modules/network/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ variable "vpc_cidr_block" {
4040
variable "vpc_cidr_newbits" {
4141
description = "VPC cidr number of bits to support 2^N subnets"
4242
type = number
43-
default = 2
43+
default = 3 # allows 8 /18 subnets with 16382 addresses each
4444
}

0 commit comments

Comments
 (0)