Skip to content

Commit

Permalink
:dependabot: terraform(deps): Bump terraform-aws-modules/vpc/aws from 5.17.0 to …
Browse files Browse the repository at this point in the history
…5.18.1 in /terraform/aws/analytical-platform-management-production/cluster (#6658)
  • Loading branch information
dependabot[bot] authored Feb 3, 2025
1 parent f0c69a1 commit 59e2799
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module "vpc" {
#checkov:skip=CKV_TF_1:Module registry does not support commit hashes for versions

source = "terraform-aws-modules/vpc/aws"
version = "5.17.0"
version = "5.18.1"

name = local.vpc_name
cidr = var.vpc_cidr
Expand Down

0 comments on commit 59e2799

Please sign in to comment.