Skip to content

Commit

Permalink
Update tedilabs/account/aws requirement from ~> 0.23.0 to ~> 0.30.5
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.23.0...v0.30.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 15, 2024
1 parent 918c5d8 commit 4bb718f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/cloudtrail-event-data-store/iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module "role" {
count = var.import_trail_events_iam_role.enabled ? 1 : 0

source = "tedilabs/account/aws//modules/iam-role"
version = "~> 0.23.0"
version = "~> 0.30.5"

name = "cloudtrail-event-data-store-${local.metadata.name}"
path = "/"
Expand Down

0 comments on commit 4bb718f

Please sign in to comment.