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

Commit

Permalink
Update Terraform terraform-aws-modules/iam/aws to v5.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 24, 2023
1 parent b5ac61f commit fbe8b66
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 fbe8b66

Please sign in to comment.