From 6994389cd2f14bdbef42a00bc160254ddab0e792 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 22:39:47 +0000 Subject: [PATCH] chore(deps): Bump config::terraform-aws-tardigrade-config Bumps [config::terraform-aws-tardigrade-config](https://github.com/plus3it/terraform-aws-tardigrade-config) from 3.0.2 to 4.1.0. - [Release notes](https://github.com/plus3it/terraform-aws-tardigrade-config/releases) - [Changelog](https://github.com/plus3it/terraform-aws-tardigrade-config/blob/master/CHANGELOG.md) - [Commits](https://github.com/plus3it/terraform-aws-tardigrade-config/compare/3.0.2...4.1.0) --- updated-dependencies: - dependency-name: config::github::plus3it/terraform-aws-tardigrade-config::3.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- tests/create_legacy_config_rules/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/create_legacy_config_rules/main.tf b/tests/create_legacy_config_rules/main.tf index d3a9f07..bb6e33f 100644 --- a/tests/create_legacy_config_rules/main.tf +++ b/tests/create_legacy_config_rules/main.tf @@ -12,7 +12,7 @@ module "vendor" { } module "config" { - source = "git::https://github.com/plus3it/terraform-aws-tardigrade-config.git?ref=3.0.2" + source = "git::https://github.com/plus3it/terraform-aws-tardigrade-config.git?ref=4.1.0" config_bucket = aws_s3_bucket.this.id }