Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/meysam81/atlantis-docker

Atlantis Docker image with Terragrunt CLI installed
https://github.com/meysam81/atlantis-docker

atlantis docker docker-container docker-image infrastructure-as-code opentofu team-collaboration terraform terragrunt tofu

Last synced: 18 days ago
JSON representation

Atlantis Docker image with Terragrunt CLI installed

Awesome Lists containing this project

README

        

# Atlantis Docker

Atlantis docker image with Terragrunt CLI installed.

To use this image, reference it in the following format:

```shell
version=$(
curl -s https://api.github.com/repos/meysam81/atlantis-docker/releases/latest |
jq -r .tag_name
)
docker pull ghcr.io/meysam81/atlantis:${version}
```