From 793c94e10286749bcd7cffe56abfcc18c4abdfcb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 09:07:49 +0000 Subject: [PATCH] terraform(deps): bump terraform-aws-modules/vpc/aws Bumps [terraform-aws-modules/vpc/aws](https://github.com/terraform-aws-modules/terraform-aws-vpc) from 5.5.0 to 5.5.1. - [Release notes](https://github.com/terraform-aws-modules/terraform-aws-vpc/releases) - [Changelog](https://github.com/terraform-aws-modules/terraform-aws-vpc/blob/master/CHANGELOG.md) - [Commits](https://github.com/terraform-aws-modules/terraform-aws-vpc/compare/v5.5.0...v5.5.1) --- updated-dependencies: - dependency-name: terraform-aws-modules/vpc/aws dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../analytical-platform-data-engineering-production/10ds/vpc.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/aws/analytical-platform-data-engineering-production/10ds/vpc.tf b/terraform/aws/analytical-platform-data-engineering-production/10ds/vpc.tf index db99f258e4..8256fddbac 100644 --- a/terraform/aws/analytical-platform-data-engineering-production/10ds/vpc.tf +++ b/terraform/aws/analytical-platform-data-engineering-production/10ds/vpc.tf @@ -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.5.0" + version = "5.5.1" name = local.name cidr = local.vpc_cidr