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-production/cluster (#6659)
  • Loading branch information
dependabot[bot] authored Feb 3, 2025
1 parent cd36e19 commit 1638a5d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,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 = "${var.environment}-vpc"
cidr = var.vpc_cidr
Expand Down

0 comments on commit 1638a5d

Please sign in to comment.