diff --git a/main.tf b/main.tf index f717a37..26e0498 100644 --- a/main.tf +++ b/main.tf @@ -10,8 +10,8 @@ terraform { # Indent + Auto-approval Integration -# Details: https://github.com/indentapis/integrations/tree/17108bd50ac2085c099c40b348776fc655915b48/packages/stable/indent-integration-auto-approval -# Last Change: https://github.com/indentapis/integrations/commit/17108bd50ac2085c099c40b348776fc655915b48 +# Details: https://github.com/indentapis/integrations/tree/c31c0a2f5371078d198ff8ae1a847404c628620e/packages/stable/indent-integration-auto-approval +# Last Change: https://github.com/indentapis/integrations/commit/c31c0a2f5371078d198ff8ae1a847404c628620e module "idt-auto-approval-webhook" { source = "git::https://github.com/indentapis/integrations//terraform/modules/indent_runtime_aws_lambda" @@ -19,8 +19,8 @@ module "idt-auto-approval-webhook" { indent_webhook_secret = var.indent_webhook_secret artifact = { bucket = "indent-artifacts-us-west-2" - function_key = "webhooks/aws/lambda/auto-approval-17108bd50ac2085c099c40b348776fc655915b48-function.zip" - deps_key = "webhooks/aws/lambda/auto-approval-17108bd50ac2085c099c40b348776fc655915b48-deps.zip" + function_key = "webhooks/aws/lambda/auto-approval-c31c0a2f5371078d198ff8ae1a847404c628620e-function.zip" + deps_key = "webhooks/aws/lambda/auto-approval-c31c0a2f5371078d198ff8ae1a847404c628620e-deps.zip" } env = { AUTO_APPROVAL_DURATION = var.auto_approval_duration