Skip to content

Commit

Permalink
Update tedilabs/account/aws requirement from ~> 0.27.0 to ~> 0.30.4
Browse files Browse the repository at this point in the history
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.27.0...v0.30.4)

---
updated-dependencies:
- dependency-name: tedilabs/account/aws
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 27, 2024
1 parent 0099bdd commit 304df52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/sfn-state-machine/iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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.30.4"

name = "aws-sfn-state-machine-${local.metadata.name}"
path = "/"
Expand Down

0 comments on commit 304df52

Please sign in to comment.