Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/denis256/terragrunt-tests

Terragrunt examples repository
https://github.com/denis256/terragrunt-tests

aws examples gcp go hacktoberfest terraform terragrunt

Last synced: 12 days ago
JSON representation

Terragrunt examples repository

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
```