Skip to content

Commit

Permalink
Prevent further creation of Slack lambdas if already existing (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimleroyer authored Nov 1, 2021
1 parent 6eee50a commit 94de5d2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pull_requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ env:
TERRAGRUNT_VERSION: v0.26.0
TARGET_ENV_PATH: staging

# Prevents repeated creation of the Slack lambdas if already existing.
# See: https://github.com/terraform-aws-modules/terraform-aws-notify-slack/issues/84
TF_RECREATE_MISSING_LAMBDA_PACKAGE: false

TF_VAR_admin_client_secret: ${{ secrets.STAGING_ADMIN_CLIENT_SECRET }}
TF_VAR_admin_client_user_name: ${{ secrets.STAGING_ADMIN_CLIENT_USER_NAME }}
TF_VAR_api_host_name: ${{ secrets.STAGING_API_HOST_NAME }}
Expand Down

0 comments on commit 94de5d2

Please sign in to comment.