Skip to content

jimmycgz/tf-eks-bootstrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Updated Terraform code to provision EKS with bootstrap steps

Features

  • Use generic variables and tfvars for each sub folder
  • Use Remote state as data source

0-bootstrap

  • Create state s3 bucket

1-vpc

  • Provision vpc with 3 pub subnets and 3 private subnets

2-eks

  • Provision eks

remote-state

  • remote state for vpc as data source to be used by EKS

Incorperate generic config on each subfolder

ln -s ../variables.tf variables.tf
ln -s ../terraform.auto.tfvars terraform.auto.tfvars

Use Remote state as data source on each subfolder

ln -s ../remote-state/remote-state-vpc.tf remote-state-vpc.tf

References

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages