From 21c9fef38a18577f196adef8ca2860243f42619b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 20:33:40 +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.9.0 to 5.14.0. - [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.9.0...v5.14.0) --- updated-dependencies: - dependency-name: vpc::github::terraform-aws-modules/terraform-aws-vpc::v5.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 19c675f..fea9dd3 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.9.0" + source = "git::https://github.com/terraform-aws-modules/terraform-aws-vpc.git?ref=v5.14.0" name = "tardigrade-test-directory-service-${random_string.domain.result}" cidr = "10.0.0.0/16"