File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,17 +10,17 @@ terraform {
10
10
11
11
# Indent + PagerDuty Integration
12
12
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
15
15
16
16
module "idt-pagerduty-webhook" {
17
17
source = " git::https://github.com/indentapis/integrations//terraform/modules/indent_runtime_aws_lambda"
18
18
name = " idt-pagerduty-webhook"
19
19
indent_webhook_secret = var. indent_webhook_secret
20
20
artifact = {
21
21
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"
24
24
}
25
25
env = {
26
26
PAGERDUTY_KEY = var.pagerduty_key
You can’t perform that action at this time.
0 commit comments