diff --git a/main.tf b/main.tf index aa70a97..57247c2 100644 --- a/main.tf +++ b/main.tf @@ -10,8 +10,8 @@ terraform { # Indent + PagerDuty Integration -# Details: https://github.com/indentapis/integrations/tree/6159654f374c3419e5f42cdf1e8787d02537d4b5/packages/stable/indent-integration-pagerduty -# Last Change: https://github.com/indentapis/integrations/commit/6159654f374c3419e5f42cdf1e8787d02537d4b5 +# Details: https://github.com/indentapis/integrations/tree/089e36c98bd88726dc6751edf90767725d3d0b35/packages/stable/indent-integration-pagerduty +# Last Change: https://github.com/indentapis/integrations/commit/089e36c98bd88726dc6751edf90767725d3d0b35 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-6159654f374c3419e5f42cdf1e8787d02537d4b5-function.zip" - deps_key = "webhooks/aws/lambda/pagerduty-6159654f374c3419e5f42cdf1e8787d02537d4b5-deps.zip" + function_key = "webhooks/aws/lambda/pagerduty-089e36c98bd88726dc6751edf90767725d3d0b35-function.zip" + deps_key = "webhooks/aws/lambda/pagerduty-089e36c98bd88726dc6751edf90767725d3d0b35-deps.zip" } env = { PAGERDUTY_KEY = var.pagerduty_key