Skip to content

Commit

Permalink
Update terraform-aws-modules/iam/aws requirement from ~> 5.34.0 to ~>…
Browse files Browse the repository at this point in the history
… 5.37.2

Updates the requirements on [terraform-aws-modules/iam/aws](https://github.com/terraform-aws-modules/terraform-aws-iam) to permit the latest version.
- [Release notes](https://github.com/terraform-aws-modules/terraform-aws-iam/releases)
- [Changelog](https://github.com/terraform-aws-modules/terraform-aws-iam/blob/master/CHANGELOG.md)
- [Commits](terraform-aws-modules/terraform-aws-iam@v5.34.0...v5.37.2)

---
updated-dependencies:
- dependency-name: terraform-aws-modules/iam/aws
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 25, 2024
1 parent fb10b3a commit 58a2e51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gooddata-cn-on-eks/caches.tf
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ resource "aws_iam_policy" "cache_policy" {

module "iam_eks_role_gooddata" {
source = "terraform-aws-modules/iam/aws//modules/iam-role-for-service-accounts-eks"
version = "~> 5.34.0"
version = "~> 5.37.2"
role_name = "${module.eks.cluster_name}-gooddata-cn"

role_policy_arns = {
Expand Down

0 comments on commit 58a2e51

Please sign in to comment.