Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #22 from Smana/renovate/terraform-aws-modules-iam-…
Browse files Browse the repository at this point in the history
…aws-5.x

Update Terraform terraform-aws-modules/iam/aws to v5.33.0
  • Loading branch information
Smana committed Dec 24, 2023
2 parents 8dc276c + fbe8b66 commit 5bbe46c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/eks/iam.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# AWS permissions for Crossplane
module "iam_assumable_role_crossplane" {
source = "terraform-aws-modules/iam/aws//modules/iam-role-for-service-accounts-eks"
version = "5.21.0"
version = "5.33.0"
role_name = "${var.cluster_name}-crossplane"

assume_role_condition_test = "StringLike"
Expand Down

0 comments on commit 5bbe46c

Please sign in to comment.