From 3031803a73454e948cc55be66f4c941f4f125da4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Feb 2026 13:12:50 +0000 Subject: [PATCH] chore(deps): update tedilabs/account/aws requirement from ~> 0.27.0 to ~> 0.33.6 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.27.0...v0.33.6) --- updated-dependencies: - dependency-name: tedilabs/account/aws dependency-version: 0.33.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- modules/sfn-state-machine/iam.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/sfn-state-machine/iam.tf b/modules/sfn-state-machine/iam.tf index 218454d..a8b8df8 100644 --- a/modules/sfn-state-machine/iam.tf +++ b/modules/sfn-state-machine/iam.tf @@ -24,7 +24,7 @@ module "role" { count = !local.custom_iam_role_enabled ? 1 : 0 source = "tedilabs/account/aws//modules/iam-role" - version = "~> 0.27.0" + version = "~> 0.33.6" name = "aws-sfn-state-machine-${local.metadata.name}" path = "/"