From 4a94803d83369f24bc475433a1502f80d261d394 Mon Sep 17 00:00:00 2001 From: Indent Bot Date: Thu, 5 Oct 2023 20:44:52 +0000 Subject: [PATCH] sync(integration): aws-lambda-opsgenie 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 7b7918d..c1aadb8 100644 --- a/main.tf +++ b/main.tf @@ -10,8 +10,8 @@ terraform { # Indent + OpsGenie Integration -# Details: https://github.com/indentapis/integrations/tree/6159654f374c3419e5f42cdf1e8787d02537d4b5/packages/stable/indent-integration-opsgenie -# Last Change: https://github.com/indentapis/integrations/commit/6159654f374c3419e5f42cdf1e8787d02537d4b5 +# Details: https://github.com/indentapis/integrations/tree/870b4b4de0a6a184eca8998e3d671f5f1c99db69/packages/stable/indent-integration-opsgenie +# Last Change: https://github.com/indentapis/integrations/commit/870b4b4de0a6a184eca8998e3d671f5f1c99db69 module "idt-opsgenie-webhook" { source = "git::https://github.com/indentapis/integrations//terraform/modules/indent_runtime_aws_lambda" @@ -19,8 +19,8 @@ module "idt-opsgenie-webhook" { indent_webhook_secret = var.indent_webhook_secret artifact = { bucket = "indent-artifacts-us-west-2" - function_key = "webhooks/aws/lambda/opsgenie-6159654f374c3419e5f42cdf1e8787d02537d4b5-function.zip" - deps_key = "webhooks/aws/lambda/opsgenie-6159654f374c3419e5f42cdf1e8787d02537d4b5-deps.zip" + function_key = "webhooks/aws/lambda/opsgenie-870b4b4de0a6a184eca8998e3d671f5f1c99db69-function.zip" + deps_key = "webhooks/aws/lambda/opsgenie-870b4b4de0a6a184eca8998e3d671f5f1c99db69-deps.zip" } env = { OPSGENIE_KEY = var.opsgenie_key