Skip to content

Commit

Permalink
updated vpc module version
Browse files Browse the repository at this point in the history
  • Loading branch information
im2nguyen committed Jan 27, 2021
1 parent 0546581 commit 46f0266
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vpc.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ resource "random_string" "suffix" {

module "vpc" {
source = "terraform-aws-modules/vpc/aws"
version = "2.6.0"
version = "2.66.0"

name = "education-vpc"
cidr = "10.0.0.0/16"
Expand Down

0 comments on commit 46f0266

Please sign in to comment.