Terraform configuration files to provision an EKS cluster on AWS.

Instructions

  • clone this repo
  • cd into the directory cd terraform-provision-eks-cluster
  • initialize the directory terraform init
  • run a terraform plan terraform plan
  • run a terraform apply terraform apply