Skip to content

tjrohweder/terraform-aws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terraform AWS

Terraform scripts for AWS EKS

Requirements

  • You must have aws cli configured
  • The required terraform version is 0.14.1 or higher

Instructions

  • Change tfvars values with your environment preferences
  • Execute terraform apply and type yes to deploy the infrastructure
  • Install latest kubectl version following these instructions - [https://docs.aws.amazon.com/eks/latest/userguide/install-kubectl.html]
  • To retrieve kubectl config from EKS, run aws eks update-kubeconfig --name <cluster_name>
  • You'll receive an output with config_map configuration. Save it into a file called config_map.yaml and execute kubectl apply -f config_map.yaml

About

Terraform scripts for AWS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages