Skip to content

Commit 29cb940

Browse files
committed
sync(integration): aws-lambda-cloudflare
FolderOrigin-RevId: /home/runner/work/integrations/integrations/.
1 parent 452da7d commit 29cb940

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/17108bd50ac2085c099c40b348776fc655915b48/packages/beta/indent-integration-cloudflare
14-
# Last Change: https://github.com/indentapis/integrations/commit/17108bd50ac2085c099c40b348776fc655915b48
13+
# Details: https://github.com/indentapis/integrations/tree/c8a55bd96a26a7dca15688defd2db8c41d3cc425/packages/beta/indent-integration-cloudflare
14+
# Last Change: https://github.com/indentapis/integrations/commit/c8a55bd96a26a7dca15688defd2db8c41d3cc425
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-17108bd50ac2085c099c40b348776fc655915b48-function.zip"
23-
deps_key = "webhooks/aws/lambda/cloudflare-17108bd50ac2085c099c40b348776fc655915b48-deps.zip"
22+
function_key = "webhooks/aws/lambda/cloudflare-c8a55bd96a26a7dca15688defd2db8c41d3cc425-function.zip"
23+
deps_key = "webhooks/aws/lambda/cloudflare-c8a55bd96a26a7dca15688defd2db8c41d3cc425-deps.zip"
2424
}
2525
env = {
2626
CLOUDFLARE_TOKEN = var.cloudflare_token

0 commit comments

Comments
 (0)