Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dinushchathurya/terragrunt-demo
- Owner: dinushchathurya
- Created: 2023-04-20T08:09:27.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-21T10:03:00.000Z (almost 2 years ago)
- Last Synced: 2024-12-14T20:45:46.656Z (about 1 month ago)
- Topics: iac, iac-terraform, terraform, terraform-module, terraform-modules, terragrunt, terragrunt-managed, terragrunt-modules
- Language: HCL
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```