Skip to content

Commit 452da7d

Browse files
authored
sync(integration): aws-lambda-cloudflare (#6)
FolderOrigin-RevId: /home/runner/work/integrations/integrations/.
1 parent 8fa0531 commit 452da7d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

main.tf

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@ terraform {
1010

1111
# Indent + Cloudflare Integration
1212

13-
# Details: https://github.com/indentapis/integrations/tree/870b4b4de0a6a184eca8998e3d671f5f1c99db69/packages/beta/indent-integration-cloudflare
14-
# Last Change: https://github.com/indentapis/integrations/commit/870b4b4de0a6a184eca8998e3d671f5f1c99db69
13+
# Details: https://github.com/indentapis/integrations/tree/17108bd50ac2085c099c40b348776fc655915b48/packages/beta/indent-integration-cloudflare
14+
# Last Change: https://github.com/indentapis/integrations/commit/17108bd50ac2085c099c40b348776fc655915b48
1515

1616
module "idt-cloudflare-webhook" {
1717
source = "git::https://github.com/indentapis/integrations//terraform/modules/indent_runtime_aws_lambda"
1818
name = "idt-cloudflare-webhook"
1919
indent_webhook_secret = var.indent_webhook_secret
2020
artifact = {
2121
bucket = "indent-artifacts-us-west-2"
22-
function_key = "webhooks/aws/lambda/cloudflare-870b4b4de0a6a184eca8998e3d671f5f1c99db69-function.zip"
23-
deps_key = "webhooks/aws/lambda/cloudflare-870b4b4de0a6a184eca8998e3d671f5f1c99db69-deps.zip"
22+
function_key = "webhooks/aws/lambda/cloudflare-17108bd50ac2085c099c40b348776fc655915b48-function.zip"
23+
deps_key = "webhooks/aws/lambda/cloudflare-17108bd50ac2085c099c40b348776fc655915b48-deps.zip"
2424
}
2525
env = {
2626
CLOUDFLARE_TOKEN = var.cloudflare_token

0 commit comments

Comments
 (0)