Skip to content

Commit

Permalink
chore(deps): 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 Jan 7, 2025
1 parent 7cf9cf6 commit c9a4f10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/modules/network/vpc.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "vpc" {
source = "terraform-aws-modules/vpc/aws"
version = "5.16.0"
version = "5.17.0"

name = "${local.name}-vpc-${local.environment}"
cidr = var.vpc_cidr_block
Expand Down

0 comments on commit c9a4f10

Please sign in to comment.