From 359f352da3c47767eed72dfdcb25075e91c6f524 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 20:50:14 +0000 Subject: [PATCH] chore(deps): Bump vpc::terraform-aws-vpc in /tests/microsoft_ad Bumps [vpc::terraform-aws-vpc](https://github.com/terraform-aws-modules/terraform-aws-vpc) from 5.5.2 to 5.5.3. - [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.2...v5.5.3) --- updated-dependencies: - dependency-name: vpc::github::terraform-aws-modules/terraform-aws-vpc::v5.5.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- tests/microsoft_ad/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/microsoft_ad/main.tf b/tests/microsoft_ad/main.tf index 26bc503..f945b12 100644 --- a/tests/microsoft_ad/main.tf +++ b/tests/microsoft_ad/main.tf @@ -14,7 +14,7 @@ resource "random_string" "domain" { } module "vpc" { - source = "git::https://github.com/terraform-aws-modules/terraform-aws-vpc.git?ref=v5.5.2" + source = "git::https://github.com/terraform-aws-modules/terraform-aws-vpc.git?ref=v5.5.3" name = "tardigrade-test-directory-service-${random_string.domain.result}" cidr = "10.0.0.0/16"