https://github.com/zkfmapf123/terragrunt-atlantis
atlantis terragrunt setting
https://github.com/zkfmapf123/terragrunt-atlantis
atlantis ecs fargate serverless terragrunt
Last synced: 3 months ago
JSON representation
atlantis terragrunt setting
- Host: GitHub
- URL: https://github.com/zkfmapf123/terragrunt-atlantis
- Owner: zkfmapf123
- Created: 2025-03-22T08:49:59.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-22T10:22:38.000Z (over 1 year ago)
- Last Synced: 2025-10-29T13:14:30.887Z (8 months ago)
- Topics: atlantis, ecs, fargate, serverless, terragrunt
- Language: HCL
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# atlantis terragrunt
```sh
|- examples ## terragrunt 프로젝트 (examples)
|- test-1
|- test-2
|- __shared__.hcl
|- tg-atlantis ## atlantis ecs fargate
|- Dockerfile ## Dockerfile (terragrunt + atlantis)
|- atlantis.yaml ## terragrunt atlantis 설정
```
## 1. atlantis settings
## 2. Dockerfile Setting
- arm64로 이미지 빌드
```sh
docker buildx create --use && \
docker buildx build --platform linux/amd64 -t [IMAGE_URL] . --push
```
## 3. Atlantis 설정
```sh
cd tg-atlantis && terraform apply
```
## 4. terragrunt 프로젝트 실행