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

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

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

- atlantis setting

## 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 프로젝트 실행