Skip to content

fix: Pin terraform-aws-iam module to version 5.60.0 to avoid breaking changes #63

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 14, 2025

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.

1 participant