This project is a template for setting up Kubernetes cluster on AWS.
- Request access to organization's Terraform Cloud account
- Install Terraform CLI
- Login using your account -
terraform login
- Update variables in
variables.tf
- To plan -
terraform plan
- To apply -
terraform apply