Problem with terraform and aws playground

when i try create a eks cluster with terraform, i have this error, i cant create role ?

Error: creating EKS Cluster (my_eks): operation error EKS: CreateCluster, https response error StatusCode: 403, RequestID: 93ade0c6-b634-4f5d-9d8a-366ecf95b06c, api error AccessDeniedException: User: arn:aws:iam::605508872290:user/kk_labs_user_507596 is not authorized to perform: iam:PassRole on resource: arn:aws:iam::605508872290:role/terraform-eks-cluster

│ with aws_eks_cluster.eks-cluster,
│ on eks-cluster.tf line 87, in resource “aws_eks_cluster” “eks-cluster”:
│ 87: resource “aws_eks_cluster” “eks-cluster” {


Due to restrictions in IAM, you need to use specific names for objects.
Please study this to create a cluster using Terraform

I tried and it worked with the repository that you shared with me, thanks