From b02508ce18c058631b393077df5297178010ae65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 10:18:42 +0000 Subject: [PATCH] chore(deps): update tedilabs/account/aws requirement from ~> 0.32.0 to ~> 0.33.2 Updates the requirements on [tedilabs/account/aws](https://github.com/tedilabs/terraform-aws-account) to permit the latest version. - [Release notes](https://github.com/tedilabs/terraform-aws-account/releases) - [Commits](https://github.com/tedilabs/terraform-aws-account/compare/v0.32.0...v0.33.2) --- updated-dependencies: - dependency-name: tedilabs/account/aws dependency-version: 0.33.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- modules/cloudtrail-trail/iam.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/cloudtrail-trail/iam.tf b/modules/cloudtrail-trail/iam.tf index 8cd80dc..b568328 100644 --- a/modules/cloudtrail-trail/iam.tf +++ b/modules/cloudtrail-trail/iam.tf @@ -14,7 +14,7 @@ module "role" { count = var.delivery_channels.cloudwatch_log_group.enabled ? 1 : 0 source = "tedilabs/account/aws//modules/iam-role" - version = "~> 0.32.0" + version = "~> 0.33.2" name = "cloudtrail-${local.metadata.name}" path = "/"