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

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.

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)