https://github.com/denis256/terragrunt-tests
Terragrunt examples repository
https://github.com/denis256/terragrunt-tests
aws examples gcp go hacktoberfest terraform terragrunt
Last synced: 7 months ago
JSON representation
Terragrunt examples repository
- Host: GitHub
- URL: https://github.com/denis256/terragrunt-tests
- Owner: denis256
- License: mit
- Created: 2021-10-11T14:09:06.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2025-03-13T19:42:34.000Z (7 months ago)
- Last Synced: 2025-03-13T20:33:30.330Z (7 months ago)
- Topics: aws, examples, gcp, go, hacktoberfest, terraform, terragrunt
- Language: HCL
- Homepage:
- Size: 355 MB
- Stars: 6
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Terragrunt tests
Repository with different tests and example usage of Terragrunt
Can be also run in a docker container:
```
docker run --rm -it -v $(pwd):/code -v "$HOME/.ssh:/root/.ssh" --entrypoint /code/container/entrypoint.sh universaldevelopment/tgenv-tfenv:0.0.2
docker run --rm -v $(pwd):/code -v "$HOME/.ssh:/root/.ssh" terragrunt-tests /code/container/auto-run.sh
```