From 4bb718f348fc09f1e48fff14c648077926c684f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 17:16:35 +0000 Subject: [PATCH] Update tedilabs/account/aws requirement from ~> 0.23.0 to ~> 0.30.5 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.23.0...v0.30.5) --- updated-dependencies: - dependency-name: tedilabs/account/aws dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- modules/cloudtrail-event-data-store/iam.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/cloudtrail-event-data-store/iam.tf b/modules/cloudtrail-event-data-store/iam.tf index 25fdbe0..6349f59 100644 --- a/modules/cloudtrail-event-data-store/iam.tf +++ b/modules/cloudtrail-event-data-store/iam.tf @@ -13,7 +13,7 @@ module "role" { count = var.import_trail_events_iam_role.enabled ? 1 : 0 source = "tedilabs/account/aws//modules/iam-role" - version = "~> 0.23.0" + version = "~> 0.30.5" name = "cloudtrail-event-data-store-${local.metadata.name}" path = "/"