Skip to content

Commit

Permalink
perf(pencil): updating module version
Browse files Browse the repository at this point in the history
BREAKING CHANGE: version upgrade
  • Loading branch information
brucorreiatw committed Feb 5, 2023
1 parent 34e68fe commit 9479a51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions network/vpc/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ data "aws_availability_zones" "available" {}

module "vpc" {
source = "terraform-aws-modules/vpc/aws"
version = "2.21.0"
version = "3.19.0"

name = var.vpc_name
cidr = var.cidr
Expand All @@ -26,4 +26,4 @@ module "vpc" {
"kubernetes.io/cluster/${var.eks_cluster_name}" = "shared"
"kubernetes.io/role/internal-elb" = "1"
}
}
}

0 comments on commit 9479a51

Please sign in to comment.