- Create a unique S3 bucket in
us-east-1
aws region - Provide created bucket's name as value for
bucket=
key insideinfra/terragrunt.hcl
file - Create a file
.aws-credentials
in repo's root:touch .aws-credentials
. The file is git ignored - Provide your AWS credentials into
.aws-credentials
- Generate ssh key:
ssh-keygen -f ./infra/terraform/access/ec2-key
docker-compose run infra terragrunt apply
docker-compose run infra terragrunt destroy