diff --git a/main.tf b/main.tf index 5bee09f..2cacd95 100644 --- a/main.tf +++ b/main.tf @@ -10,8 +10,8 @@ terraform { # Indent + PagerDuty Integration -# Details: https://github.com/indentapis/integrations/tree/17108bd50ac2085c099c40b348776fc655915b48/packages/stable/indent-integration-pagerduty -# Last Change: https://github.com/indentapis/integrations/commit/17108bd50ac2085c099c40b348776fc655915b48 +# Details: https://github.com/indentapis/integrations/tree/c31c0a2f5371078d198ff8ae1a847404c628620e/packages/stable/indent-integration-pagerduty +# Last Change: https://github.com/indentapis/integrations/commit/c31c0a2f5371078d198ff8ae1a847404c628620e module "idt-pagerduty-webhook" { source = "git::https://github.com/indentapis/integrations//terraform/modules/indent_runtime_aws_lambda" @@ -19,8 +19,8 @@ module "idt-pagerduty-webhook" { indent_webhook_secret = var.indent_webhook_secret artifact = { bucket = "indent-artifacts-us-west-2" - function_key = "webhooks/aws/lambda/pagerduty-17108bd50ac2085c099c40b348776fc655915b48-function.zip" - deps_key = "webhooks/aws/lambda/pagerduty-17108bd50ac2085c099c40b348776fc655915b48-deps.zip" + function_key = "webhooks/aws/lambda/pagerduty-c31c0a2f5371078d198ff8ae1a847404c628620e-function.zip" + deps_key = "webhooks/aws/lambda/pagerduty-c31c0a2f5371078d198ff8ae1a847404c628620e-deps.zip" } env = { PAGERDUTY_KEY = var.pagerduty_key