Marcelo Gomes
03/16/2023, 4:11 PMwebhooks:
- event: apply
workspace-regex: .*
kind: slack
channel: atlantis-info
I have an atlantis.yaml
generated by terragrunt-atlantis-config with this:
terragrunt-atlantis-config generate --output=atlantis.yaml --parallel=true --filter=live/$ATLANTIS_ENV --apply-requirements=[mergeable]
and a repo.yaml
file with terragrunt workflow.
I'm not sure how I should approach this Slack integration problem.PePe Amengual
03/16/2023, 4:22 PMMarcelo Gomes
03/16/2023, 4:32 PMatlantis server --config="my/config/file.yaml"
# or
ATLANTIS_CONFIG="my/config/file.yaml"
and then I copy my config.yaml to my dockerfilePePe Amengual
03/16/2023, 4:33 PMRB
03/16/2023, 5:41 PMPePe Amengual
03/16/2023, 5:44 PM