Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dinushchathurya/terragrunt-demo

Simple Terragrunt demo to demonstrate multi environment
https://github.com/dinushchathurya/terragrunt-demo

iac iac-terraform terraform terraform-module terraform-modules terragrunt terragrunt-managed terragrunt-modules

Last synced: about 1 month ago
JSON representation

Simple Terragrunt demo to demonstrate multi environment

Awesome Lists containing this project

README

        

### Apply Terragrunt file at once

```bash
terragrunt apply-all --terragrunt-non-interactive -auto-approve
```

### Apply Terragrunt file one by one

```bash
terragrunt apply --terragrunt-non-interactive -auto-approve --terragrunt-working-dir dev
```