Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/meysam81/atlantis-docker
- Owner: meysam81
- License: apache-2.0
- Created: 2024-10-19T06:31:30.000Z (20 days ago)
- Default Branch: main
- Last Pushed: 2024-10-19T09:00:09.000Z (20 days ago)
- Last Synced: 2024-10-19T13:18:03.171Z (20 days ago)
- Topics: atlantis, docker, docker-container, docker-image, infrastructure-as-code, opentofu, team-collaboration, terraform, terragrunt, tofu
- Language: Shell
- Homepage:
- Size: 24.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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}
```