File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,17 +10,17 @@ terraform {
1010
1111# Indent + Auto-approval Integration
1212
13- # Details: https://github.com/indentapis/integrations/tree/17108bd50ac2085c099c40b348776fc655915b48 /packages/stable/indent-integration-auto-approval
14- # Last Change: https://github.com/indentapis/integrations/commit/17108bd50ac2085c099c40b348776fc655915b48
13+ # Details: https://github.com/indentapis/integrations/tree/2af38d5e21773022f652bf5de42f7fdfe8476fa5 /packages/stable/indent-integration-auto-approval
14+ # Last Change: https://github.com/indentapis/integrations/commit/2af38d5e21773022f652bf5de42f7fdfe8476fa5
1515
1616module "idt-auto-approval-webhook" {
1717 source = " git::https://github.com/indentapis/integrations//terraform/modules/indent_runtime_aws_lambda"
1818 name = " idt-auto-approval-webhook"
1919 indent_webhook_secret = var. indent_webhook_secret
2020 artifact = {
2121 bucket = " indent-artifacts-us-west-2"
22- function_key = " webhooks/aws/lambda/auto-approval-17108bd50ac2085c099c40b348776fc655915b48 -function.zip"
23- deps_key = " webhooks/aws/lambda/auto-approval-17108bd50ac2085c099c40b348776fc655915b48 -deps.zip"
22+ function_key = " webhooks/aws/lambda/auto-approval-2af38d5e21773022f652bf5de42f7fdfe8476fa5 -function.zip"
23+ deps_key = " webhooks/aws/lambda/auto-approval-2af38d5e21773022f652bf5de42f7fdfe8476fa5 -deps.zip"
2424 }
2525 env = {
2626 AUTO_APPROVAL_DURATION = var.auto_approval_duration
You can’t perform that action at this time.
0 commit comments