From f51b56d6ea63de45626dc60bf6df80eb9d3bcf52 Mon Sep 17 00:00:00 2001 From: Indent Bot Date: Thu, 4 Jan 2024 21:00:57 +0000 Subject: [PATCH] sync(integration): aws-lambda-incidentio FolderOrigin-RevId: /home/runner/work/integrations/integrations/. --- main.tf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/main.tf b/main.tf index df1eb94..65483da 100644 --- a/main.tf +++ b/main.tf @@ -10,8 +10,8 @@ terraform { # Indent + Incident.io Integration -# Details: https://github.com/indentapis/integrations/tree/17108bd50ac2085c099c40b348776fc655915b48/packages/stable/indent-integration-incidentio -# Last Change: https://github.com/indentapis/integrations/commit/17108bd50ac2085c099c40b348776fc655915b48 +# Details: https://github.com/indentapis/integrations/tree/1fd2f24096392db60449260ccc85d84bc247ec14/packages/stable/indent-integration-incidentio +# Last Change: https://github.com/indentapis/integrations/commit/1fd2f24096392db60449260ccc85d84bc247ec14 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-17108bd50ac2085c099c40b348776fc655915b48-function.zip" - deps_key = "webhooks/aws/lambda/incidentio-17108bd50ac2085c099c40b348776fc655915b48-deps.zip" + function_key = "webhooks/aws/lambda/incidentio-1fd2f24096392db60449260ccc85d84bc247ec14-function.zip" + deps_key = "webhooks/aws/lambda/incidentio-1fd2f24096392db60449260ccc85d84bc247ec14-deps.zip" } env = { INCIDENTIO_API_KEY = var.incidentio_api_key