Skip to content

Commit

Permalink
docs: Inform multiple region support not an option for iam-role-eks (t…
Browse files Browse the repository at this point in the history
…erraform-aws-modules#299)

Co-authored-by: Bryant Biggs <[email protected]>
Co-authored-by: Zane Williamson <[email protected]>
Co-authored-by: Anton Babenko <[email protected]>
  • Loading branch information
4 people authored Nov 3, 2022
1 parent 37f2b5e commit fc093dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/iam-eks-role/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Creates an IAM role that can be assumed by one or more EKS `ServiceAccount` in o
- Support multiple `ServiceAccount` in the same cluster, for example when a workload runs in multiple namespaces
- More suitable for non-cluster admins as implementation is simpler
- More suitable for when the IAM role and cluster resources are in separate Terraform configurations
- Does not support multiple regions, consider using [iam-role-for-service-accounts-eks](https://github.com/terraform-aws-modules/terraform-aws-iam/blob/master/modules/iam-role-for-service-accounts-eks/) if role needs to support clusters in multiple regions

This module is for use with AWS EKS. For details of how a `ServiceAccount` in EKS can assume an IAM role, see the [EKS documentation](https://docs.aws.amazon.com/eks/latest/userguide/iam-roles-for-service-accounts.html).

Expand Down

0 comments on commit fc093dd

Please sign in to comment.