https://github.com/oleonardorodrigues/atlantis-for-terragrunt
Docker image for Atlantis with added Terragrunt support.
https://github.com/oleonardorodrigues/atlantis-for-terragrunt
atlantis docker terraform terragrunt
Last synced: 4 months ago
JSON representation
Docker image for Atlantis with added Terragrunt support.
- Host: GitHub
- URL: https://github.com/oleonardorodrigues/atlantis-for-terragrunt
- Owner: OLeonardoRodrigues
- Created: 2022-06-08T19:59:45.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-08T20:51:12.000Z (over 4 years ago)
- Last Synced: 2025-02-07T14:15:07.233Z (over 1 year ago)
- Topics: atlantis, docker, terraform, terragrunt
- Language: Dockerfile
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Atlantis for Terragrunt
Docker image for Atlantis with added Terragrunt support.
## About Atlantis
A self-hosted golang application that listens for Terraform pull request events via webhooks.
## About Terragrunt
Terragrunt is a thin wrapper that provides extra tools for keeping your configurations DRY, working with multiple Terraform modules, and managing remote state.
## References and Official Docs
- [Atlantis Docs](https://www.runatlantis.io/docs/)
- [Terragrunt Docs](https://terragrunt.gruntwork.io/docs/)
- [Adding Terragrunt to Atlantis](https://www.runatlantis.io/docs/deployment.html#customization)