Skip to content

Commit

Permalink
Merge pull request #261 from lbodor/bump-vpc-module-version
Browse files Browse the repository at this point in the history
Bump vpc module version
  • Loading branch information
NikitaGandhi authored Feb 3, 2021
2 parents 070fe40 + c15eba7 commit 821f57a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion odc_eks/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ locals {
}

module "vpc" {
source = "git::https://github.com/terraform-aws-modules/terraform-aws-vpc.git?ref=v2.64.0"
source = "git::https://github.com/terraform-aws-modules/terraform-aws-vpc.git?ref=v2.70.0"

name = "${local.cluster_id}-vpc"
cidr = var.vpc_cidr
Expand Down

0 comments on commit 821f57a

Please sign in to comment.