-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Support AWS EKS IAM Roles #24252
Copy link
Copy link
Closed
Description
-
I want to run Terraform in a pod on AWS Elastic Kubernetes Service (EKS).
-
Terraform should write the state to S3.
-
Access rights for S3 should be granted to the pod by a service account that is assigned an IAM Role:
https://docs.aws.amazon.com/eks/latest/userguide/iam-roles-for-service-accounts.html -
To get this working a Go AWS SDK with a version of at least 1.23.13 is required according to https://docs.aws.amazon.com/eks/latest/userguide/iam-roles-for-service-accounts-minimum-sdk.html
Reactions are currently unavailable