Skip to content

Commit 407a774

Browse files
authored
sync(integration): aws-lambda-auto-approval (#5)
FolderOrigin-RevId: /home/runner/work/integrations/integrations/.
1 parent 74f7c51 commit 407a774

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

main.tf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@ terraform {
1010

1111
# Indent + Auto-approval Integration
1212

13-
# Details: https://github.com/indentapis/integrations/tree/aa72a9dbd38ba7a8713410bd559f9964ba134075/packages/stable/indent-integration-auto-approval
14-
# Last Change: https://github.com/indentapis/integrations/commit/aa72a9dbd38ba7a8713410bd559f9964ba134075
13+
# Details: https://github.com/indentapis/integrations/tree/f494cef86094c3b40ac124e3159f5f3391c7e6c8/packages/stable/indent-integration-auto-approval
14+
# Last Change: https://github.com/indentapis/integrations/commit/f494cef86094c3b40ac124e3159f5f3391c7e6c8
1515

1616
module "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-aa72a9dbd38ba7a8713410bd559f9964ba134075-function.zip"
23-
deps_key = "webhooks/aws/lambda/auto-approval-aa72a9dbd38ba7a8713410bd559f9964ba134075-deps.zip"
22+
function_key = "webhooks/aws/lambda/auto-approval-f494cef86094c3b40ac124e3159f5f3391c7e6c8-function.zip"
23+
deps_key = "webhooks/aws/lambda/auto-approval-f494cef86094c3b40ac124e3159f5f3391c7e6c8-deps.zip"
2424
}
2525
env = {
2626
AUTO_APPROVAL_DURATION = var.auto_approval_duration

0 commit comments

Comments
 (0)