Skip to content

Commit ceb1d77

Browse files
committed
sync(integration): aws-lambda-pagerduty
FolderOrigin-RevId: /home/runner/work/integrations/integrations/.
1 parent b48a896 commit ceb1d77

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

main.tf

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@ terraform {
1010

1111
# Indent + PagerDuty Integration
1212

13-
# Details: https://github.com/indentapis/integrations/tree/17108bd50ac2085c099c40b348776fc655915b48/packages/stable/indent-integration-pagerduty
14-
# Last Change: https://github.com/indentapis/integrations/commit/17108bd50ac2085c099c40b348776fc655915b48
13+
# Details: https://github.com/indentapis/integrations/tree/a6ef7206d034ed5ff8ed32571ee25794a290b92a/packages/stable/indent-integration-pagerduty
14+
# Last Change: https://github.com/indentapis/integrations/commit/a6ef7206d034ed5ff8ed32571ee25794a290b92a
1515

1616
module "idt-pagerduty-webhook" {
1717
source = "git::https://github.com/indentapis/integrations//terraform/modules/indent_runtime_aws_lambda"
1818
name = "idt-pagerduty-webhook"
1919
indent_webhook_secret = var.indent_webhook_secret
2020
artifact = {
2121
bucket = "indent-artifacts-us-west-2"
22-
function_key = "webhooks/aws/lambda/pagerduty-17108bd50ac2085c099c40b348776fc655915b48-function.zip"
23-
deps_key = "webhooks/aws/lambda/pagerduty-17108bd50ac2085c099c40b348776fc655915b48-deps.zip"
22+
function_key = "webhooks/aws/lambda/pagerduty-a6ef7206d034ed5ff8ed32571ee25794a290b92a-function.zip"
23+
deps_key = "webhooks/aws/lambda/pagerduty-a6ef7206d034ed5ff8ed32571ee25794a290b92a-deps.zip"
2424
}
2525
env = {
2626
PAGERDUTY_KEY = var.pagerduty_key

0 commit comments

Comments
 (0)