From d9c1af61a3550b3e03be648cf803c4d2c5b656eb Mon Sep 17 00:00:00 2001 From: Indent Bot Date: Wed, 13 Mar 2024 01:46:16 +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..465b38f 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/c31c0a2f5371078d198ff8ae1a847404c628620e/packages/stable/indent-integration-opsgenie +# Last Change: https://github.com/indentapis/integrations/commit/c31c0a2f5371078d198ff8ae1a847404c628620e 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-c31c0a2f5371078d198ff8ae1a847404c628620e-function.zip" + deps_key = "webhooks/aws/lambda/opsgenie-c31c0a2f5371078d198ff8ae1a847404c628620e-deps.zip" } env = { OPSGENIE_KEY = var.opsgenie_key