From 66611658beb5411641cc354a6d826a7de06519b0 Mon Sep 17 00:00:00 2001 From: Indent Bot Date: Wed, 10 May 2023 17:33:58 +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..52a3275 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/24c64773d6dffb0e11215986c2a4f7a7ce5edaf6/packages/stable/indent-integration-opsgenie +# Last Change: https://github.com/indentapis/integrations/commit/24c64773d6dffb0e11215986c2a4f7a7ce5edaf6 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-24c64773d6dffb0e11215986c2a4f7a7ce5edaf6-function.zip" + deps_key = "webhooks/aws/lambda/opsgenie-24c64773d6dffb0e11215986c2a4f7a7ce5edaf6-deps.zip" } env = { OPSGENIE_KEY = var.opsgenie_key