So i’m experimenting with Terraform Cloud, and i’m using it to provision an AWS VPC and an EKS cluster
i’m currently using the https://github.com/terraform-aws-modules/terraform-aws-eks module which has a step which requires kubectl and aws-iam-authenticator to exist in the running cloud worker.
is that possible? / how can i achieve that?