Skip to content

Commit

Permalink
upgrade vpc module
Browse files Browse the repository at this point in the history
  • Loading branch information
dfry committed May 22, 2023
1 parent dde0aed commit ba51527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/aws/base-infra/infra.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

module "vpc" {
source = "terraform-aws-modules/vpc/aws"
version = "2.17.0"
version = "4.0.2"

name = local.cluster_domain
cidr = var.vpc_cidr
Expand Down

0 comments on commit ba51527

Please sign in to comment.