File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ jobs:
12
12
name : Validate
13
13
runs-on : ubuntu-latest
14
14
outputs :
15
- status : ${{ steps.early .outputs.status }}
15
+ status : ${{ steps.envcheck .outputs.status }}
16
16
steps :
17
17
- name : Checkout
18
18
uses : actions/checkout@v3
19
- - id : Envcheck
19
+ - id : envcheck
20
20
name : Check environment variables
21
21
env :
22
22
AWS_ACCESS_KEY_ID : ${{ secrets.AWS_ACCESS_KEY_ID }}
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/df7a83d97d7220dc20566871e81d90a20ec160e0 /packages/stable/indent-integration-pagerduty
14
- # Last Change: https://github.com/indentapis/integrations/commit/df7a83d97d7220dc20566871e81d90a20ec160e0
13
+ # Details: https://github.com/indentapis/integrations/tree/6159654f374c3419e5f42cdf1e8787d02537d4b5 /packages/stable/indent-integration-pagerduty
14
+ # Last Change: https://github.com/indentapis/integrations/commit/6159654f374c3419e5f42cdf1e8787d02537d4b5
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-df7a83d97d7220dc20566871e81d90a20ec160e0 -function.zip"
23
- deps_key = " webhooks/aws/lambda/pagerduty-df7a83d97d7220dc20566871e81d90a20ec160e0 -deps.zip"
22
+ function_key = " webhooks/aws/lambda/pagerduty-6159654f374c3419e5f42cdf1e8787d02537d4b5 -function.zip"
23
+ deps_key = " webhooks/aws/lambda/pagerduty-6159654f374c3419e5f42cdf1e8787d02537d4b5 -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