Skip to content

Commit f0c1ce5

Browse files
Update tedilabs/account/aws requirement from ~> 0.28.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](tedilabs/terraform-aws-account@v0.28.0...v0.30.4) --- updated-dependencies: - dependency-name: tedilabs/account/aws dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a9b157c commit f0c1ce5

File tree

1 file changed

+1
-1
lines changed
  • modules/eventbridge-rule

1 file changed

+1
-1
lines changed

Diff for: modules/eventbridge-rule/iam.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ module "role" {
1717
count = var.default_execution_role.enabled ? 1 : 0
1818

1919
source = "tedilabs/account/aws//modules/iam-role"
20-
version = "~> 0.28.0"
20+
version = "~> 0.30.4"
2121

2222
name = coalesce(
2323
var.default_execution_role.name,

0 commit comments

Comments
 (0)