From 1715d7b0d675809db7d64da06011cf6fb140ef1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 10:37:46 +0000 Subject: [PATCH] Update tedilabs/account/aws requirement from ~> 0.25.0 to ~> 0.30.4 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.25.0...v0.30.4) --- updated-dependencies: - dependency-name: tedilabs/account/aws dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- modules/glue-crawler/iam.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/glue-crawler/iam.tf b/modules/glue-crawler/iam.tf index 39d83dc..d6d1614 100644 --- a/modules/glue-crawler/iam.tf +++ b/modules/glue-crawler/iam.tf @@ -16,7 +16,7 @@ module "role" { count = (var.custom_iam_role == null && var.iam_role.enabled) ? 1 : 0 source = "tedilabs/account/aws//modules/iam-role" - version = "~> 0.25.0" + version = "~> 0.30.4" name = "aws-glue-crawler-${local.metadata.name}" path = "/"