From 20020eb31395e199df6f83dd4861a065a55b1dca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 13:34:56 +0000 Subject: [PATCH] Update tedilabs/account/aws requirement from ~> 0.28.0 to ~> 0.30.0 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.28.0...v0.30.0) --- updated-dependencies: - dependency-name: tedilabs/account/aws dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- modules/eventbridge-rule/iam.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/eventbridge-rule/iam.tf b/modules/eventbridge-rule/iam.tf index ca320a2..812d990 100644 --- a/modules/eventbridge-rule/iam.tf +++ b/modules/eventbridge-rule/iam.tf @@ -17,7 +17,7 @@ module "role" { count = var.default_execution_role.enabled ? 1 : 0 source = "tedilabs/account/aws//modules/iam-role" - version = "~> 0.28.0" + version = "~> 0.30.0" name = coalesce( var.default_execution_role.name,