File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,17 +10,17 @@ terraform {
10
10
11
11
# Indent + Cloudflare Integration
12
12
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
15
15
16
16
module "idt-cloudflare-webhook" {
17
17
source = " git::https://github.com/indentapis/integrations//terraform/modules/indent_runtime_aws_lambda"
18
18
name = " idt-cloudflare-webhook"
19
19
indent_webhook_secret = var. indent_webhook_secret
20
20
artifact = {
21
21
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"
24
24
}
25
25
env = {
26
26
CLOUDFLARE_TOKEN = var.cloudflare_token
You can’t perform that action at this time.
0 commit comments