Skip to content

Commit

Permalink
sync(integration): aws-lambda-cloudflare
Browse files Browse the repository at this point in the history
FolderOrigin-RevId: /home/runner/work/integrations/integrations/.
  • Loading branch information
indent-bot committed Feb 15, 2024
1 parent 452da7d commit a686258
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ terraform {

# Indent + Cloudflare Integration

# Details: https://github.com/indentapis/integrations/tree/17108bd50ac2085c099c40b348776fc655915b48/packages/beta/indent-integration-cloudflare
# Last Change: https://github.com/indentapis/integrations/commit/17108bd50ac2085c099c40b348776fc655915b48
# Details: https://github.com/indentapis/integrations/tree/2af38d5e21773022f652bf5de42f7fdfe8476fa5/packages/beta/indent-integration-cloudflare
# Last Change: https://github.com/indentapis/integrations/commit/2af38d5e21773022f652bf5de42f7fdfe8476fa5

module "idt-cloudflare-webhook" {
source = "git::https://github.com/indentapis/integrations//terraform/modules/indent_runtime_aws_lambda"
name = "idt-cloudflare-webhook"
indent_webhook_secret = var.indent_webhook_secret
artifact = {
bucket = "indent-artifacts-us-west-2"
function_key = "webhooks/aws/lambda/cloudflare-17108bd50ac2085c099c40b348776fc655915b48-function.zip"
deps_key = "webhooks/aws/lambda/cloudflare-17108bd50ac2085c099c40b348776fc655915b48-deps.zip"
function_key = "webhooks/aws/lambda/cloudflare-2af38d5e21773022f652bf5de42f7fdfe8476fa5-function.zip"
deps_key = "webhooks/aws/lambda/cloudflare-2af38d5e21773022f652bf5de42f7fdfe8476fa5-deps.zip"
}
env = {
CLOUDFLARE_TOKEN = var.cloudflare_token
Expand Down

0 comments on commit a686258

Please sign in to comment.