Skip to content

Commit

Permalink
Update Terraform terraform-aws-modules/vpc/aws to v5.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 28, 2024
1 parent fc99736 commit bd132c9
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.13.0"

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

0 comments on commit bd132c9

Please sign in to comment.