Skip to content

Commit

Permalink
Merge pull request #37987 from jweigand/main
Browse files Browse the repository at this point in the history
Update EKS Cluster IRSA Documentation - Remove References to now EOL K8S Versions
  • Loading branch information
ewbankkit committed Jun 17, 2024
2 parents 3f79597 + b414ee6 commit 1f1d596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/eks_cluster.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ resource "aws_cloudwatch_log_group" "example" {

### Enabling IAM Roles for Service Accounts

Only available on Kubernetes version 1.13 and 1.14 clusters created or upgraded on or after September 3, 2019. For more information about this feature, see the [EKS User Guide](https://docs.aws.amazon.com/eks/latest/userguide/enable-iam-roles-for-service-accounts.html).
For more information about this feature, see the [EKS User Guide](https://docs.aws.amazon.com/eks/latest/userguide/enable-iam-roles-for-service-accounts.html).

```terraform
resource "aws_eks_cluster" "example" {
Expand Down

0 comments on commit 1f1d596

Please sign in to comment.