From d0696e4c5b0320c863396bb7aff4d91b58f75103 Mon Sep 17 00:00:00 2001 From: indent-bot <61266484+indent-bot@users.noreply.github.com> Date: Wed, 4 Oct 2023 16:30:44 -0400 Subject: [PATCH] sync(integration): aws-lambda-incidentio (#4) FolderOrigin-RevId: /home/runner/work/integrations/integrations/. --- .github/workflows/deploy.yaml | 4 ++-- main.tf | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index d5ee825..29fd7d4 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -12,11 +12,11 @@ jobs: name: Validate runs-on: ubuntu-latest outputs: - status: ${{ steps.early.outputs.status }} + status: ${{ steps.envcheck.outputs.status }} steps: - name: Checkout uses: actions/checkout@v3 - - id: Envcheck + - id: envcheck name: Check environment variables env: AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }} diff --git a/main.tf b/main.tf index 9041ae3..9186412 100644 --- a/main.tf +++ b/main.tf @@ -10,8 +10,8 @@ terraform { # Indent + Incident.io Integration -# Details: https://github.com/indentapis/integrations/tree/df7a83d97d7220dc20566871e81d90a20ec160e0/packages/stable/indent-integration-incidentio -# Last Change: https://github.com/indentapis/integrations/commit/df7a83d97d7220dc20566871e81d90a20ec160e0 +# Details: https://github.com/indentapis/integrations/tree/089e36c98bd88726dc6751edf90767725d3d0b35/packages/stable/indent-integration-incidentio +# Last Change: https://github.com/indentapis/integrations/commit/089e36c98bd88726dc6751edf90767725d3d0b35 module "idt-incidentio-webhook" { source = "git::https://github.com/indentapis/integrations//terraform/modules/indent_runtime_aws_lambda" @@ -19,8 +19,8 @@ module "idt-incidentio-webhook" { indent_webhook_secret = var.indent_webhook_secret artifact = { bucket = "indent-artifacts-us-west-2" - function_key = "webhooks/aws/lambda/incidentio-df7a83d97d7220dc20566871e81d90a20ec160e0-function.zip" - deps_key = "webhooks/aws/lambda/incidentio-df7a83d97d7220dc20566871e81d90a20ec160e0-deps.zip" + function_key = "webhooks/aws/lambda/incidentio-089e36c98bd88726dc6751edf90767725d3d0b35-function.zip" + deps_key = "webhooks/aws/lambda/incidentio-089e36c98bd88726dc6751edf90767725d3d0b35-deps.zip" } env = { INCIDENTIO_API_KEY = var.incidentio_api_key