From fc093dd56165578c182f8bae14008e9f08b1c131 Mon Sep 17 00:00:00 2001 From: Zane Williamson Date: Thu, 3 Nov 2022 03:33:26 -0700 Subject: [PATCH] docs: Inform multiple region support not an option for iam-role-eks (#299) Co-authored-by: Bryant Biggs Co-authored-by: Zane Williamson Co-authored-by: Anton Babenko --- modules/iam-eks-role/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/iam-eks-role/README.md b/modules/iam-eks-role/README.md index 925028a5..4b7c7536 100644 --- a/modules/iam-eks-role/README.md +++ b/modules/iam-eks-role/README.md @@ -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).