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.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 26, 2024
1 parent 8cc3a80 commit c72b1e7
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.33.0"
version = "5.33.1"
role_name = "${var.cluster_name}-crossplane"

assume_role_condition_test = "StringLike"
Expand Down

0 comments on commit c72b1e7

Please sign in to comment.