Skip to content

Commit

Permalink
Merge pull request #14 from jenkins-infra/smerle33-patch-1
Browse files Browse the repository at this point in the history
hotfix(vpc): wrong network cidr need /8
  • Loading branch information
smerle33 authored Oct 8, 2024
2 parents 4f13b02 + 91aa68a commit 1918469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vpc.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module "vpc" {
version = "5.13.0"

name = "${local.cluster_name}-vpc"
cidr = "10.0.0.0/16"
cidr = "10.0.0.0/8"


# dual stack https://github.com/terraform-aws-modules/terraform-aws-vpc/blob/v5.13.0/examples/ipv6-dualstack/main.tf
Expand Down

0 comments on commit 1918469

Please sign in to comment.