/tg-eks

basic eks cluster created by terragrunt

Primary LanguageHCL

Terragrunt example

  1. Structure
  • /code
    • /components
      • /network
      • /ec2
    • /modules
      • /vpc
  • /live
    • /dev
      • /network
      • /ec2
    • /prod
      • /network
      • /ec2
  • /vars
    • dev.tfvars
    • prod.tfvars
  1. Command
  • to spin up infra for an evirontment like dev or staging
    cd live/ENV
    tg run-all apply -var-file=$PATH_TO_VAR_FILE