Skip to content

Commit

Permalink
updated aws vpc module
Browse files Browse the repository at this point in the history
  • Loading branch information
kvvit committed Dec 24, 2024
1 parent 8ccd646 commit 32a95be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/modules/aws-vpc/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ locals {

module "vpc" {
source = "terraform-aws-modules/vpc/aws"
version = "5.8.1"
version = "5.17.0"

name = var.name
cidr = var.cidr
Expand Down Expand Up @@ -84,7 +84,7 @@ module "vpc" {

module "vpc_gateway_endpoints" {
source = "terraform-aws-modules/vpc/aws//modules/vpc-endpoints"
version = "5.8.1"
version = "5.17.0"

vpc_id = module.vpc.vpc_id

Expand Down

0 comments on commit 32a95be

Please sign in to comment.