provision-eks-with-terraform / main.tf
main.tf
Raw
provider "aws" {
    region = "us-east-1"
}