vadymbat / aws-terragrunt-demo

Materials for the Terragrunt demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aws-terragrunt-demo

Materials for the Terragrunt demo

This is example of how to manage terraform modules via terragrunt in multiple accounts.

Terraform modules:

The terragrunt folder structure:

├── ...
└── account1
    ├── account_vars.yaml
    ├── ...
    └── us-east-1
        ├── dev
        │   ├── 1-core
        │   │   ├── service_vars.yaml
        │   │   └── terragrunt.hcl
        │   ├── 2-application
        │   │   ├── service_vars.yaml
        │   │   └── terragrunt.hcl
        │   ├── env_vars.yaml
        │   └── terragrunt.hcl
        ├── ...
        └── region_vars.yaml

About

Materials for the Terragrunt demo

License:The Unlicense


Languages

Language:HCL 82.4%Language:Dockerfile 17.6%