Skip to content

Commit

Permalink
wip : add only 2nd subnet
Browse files Browse the repository at this point in the history
Signed-off-by: Damien Duportal <[email protected]>
  • Loading branch information
dduportal committed Nov 26, 2024
1 parent 675e29b commit c540014
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ locals {
# Second /23 of the second subset of the VPC (split in 2)
cidr = cidrsubnet(cidrsubnets(local.vpc_cidr, 1, 1)[1], 6, 1)
}
# "eks-2" = {
# az = format("${local.region}%s", "c"),
# # Third /23 of the second subset of the VPC (split in 2)
# cidr = cidrsubnet(cidrsubnets(local.vpc_cidr, 1, 1)[1], 6, 2)
# }
"eks-2" = {
az = format("${local.region}%s", "c"),
# Third /23 of the second subset of the VPC (split in 2)
cidr = cidrsubnet(cidrsubnets(local.vpc_cidr, 1, 1)[1], 6, 2)
}
}
}

0 comments on commit c540014

Please sign in to comment.