Skip to content

Conversation

@Gezi-lzq
Copy link
Collaborator

@Gezi-lzq Gezi-lzq commented Aug 14, 2025

Problem

The terraform-aws-modules/terraform-aws-iam module version 6.0 introduced breaking changes that renamed several modules, including iam-role-for-service-accounts-eks. This is related to PR #585 in the upstream repository.

Users upgrading to version 6.0 are experiencing issues due to these module name changes.

Solution

Pin the IAM module version to 5.60.0 for all IRSA (IAM Roles for Service Accounts) configurations in the EKS addons to ensure stability and prevent breaking changes.

Changes

  • Added version = "5.60.0" to all terraform-aws-modules/iam/aws//modules/iam-role-for-service-accounts-eks module definitions in kubernetes/aws/terraform/eks-addons/irsa.tf
  • This affects:
    • Load Balancer Controller Role
    • EBS CSI Driver Role
    • Cluster Autoscaler Role

@Gezi-lzq Gezi-lzq merged commit bd3bac4 into main Aug 14, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants