Skip to content

Commit

Permalink
Update Terraform terraform-aws-modules/vpc/aws to v5.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 18, 2024
1 parent 65f6acb commit e695311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/modules/vpc/vpc.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Create VPC Terraform Module
module "vpc" {
source = "terraform-aws-modules/vpc/aws"
version = "5.9.0"
version = "5.17.0"

# VPC Basic Details
name = "${local.name}-${var.vpc_name}"
Expand Down

0 comments on commit e695311

Please sign in to comment.