Skip to content

Commit

Permalink
sync(integration): aws-lambda-supabase
Browse files Browse the repository at this point in the history
FolderOrigin-RevId: /home/runner/work/integrations/integrations/.
  • Loading branch information
indent-bot committed Mar 12, 2024
1 parent ee9d770 commit b42ef87
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 + Supabase Integration

# Details: https://github.com/indentapis/integrations/tree/91c3366bcc4fa14c768d08cb9b3f39cda3ddae3b/packages/beta/indent-integration-supabase
# Last Change: https://github.com/indentapis/integrations/commit/91c3366bcc4fa14c768d08cb9b3f39cda3ddae3b
# Details: https://github.com/indentapis/integrations/tree/c8a55bd96a26a7dca15688defd2db8c41d3cc425/packages/beta/indent-integration-supabase
# Last Change: https://github.com/indentapis/integrations/commit/c8a55bd96a26a7dca15688defd2db8c41d3cc425

module "idt-supabase-webhook" {
source = "git::https://github.com/indentapis/integrations//terraform/modules/indent_runtime_aws_lambda"
name = "idt-supabase-webhook"
indent_webhook_secret = var.indent_webhook_secret
artifact = {
bucket = "indent-artifacts-us-west-2"
function_key = "webhooks/aws/lambda/supabase-91c3366bcc4fa14c768d08cb9b3f39cda3ddae3b-function.zip"
deps_key = "webhooks/aws/lambda/supabase-91c3366bcc4fa14c768d08cb9b3f39cda3ddae3b-deps.zip"
function_key = "webhooks/aws/lambda/supabase-c8a55bd96a26a7dca15688defd2db8c41d3cc425-function.zip"
deps_key = "webhooks/aws/lambda/supabase-c8a55bd96a26a7dca15688defd2db8c41d3cc425-deps.zip"
}
env = {
SUPABASE_TOKEN = var.supabase_token
Expand Down

0 comments on commit b42ef87

Please sign in to comment.