Skip to content

Commit

Permalink
sync(integration): aws-lambda-incidentio
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 96b0b19 commit 5b7a692
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 + Incident.io Integration

# Details: https://github.com/indentapis/integrations/tree/1fd2f24096392db60449260ccc85d84bc247ec14/packages/stable/indent-integration-incidentio
# Last Change: https://github.com/indentapis/integrations/commit/1fd2f24096392db60449260ccc85d84bc247ec14
# Details: https://github.com/indentapis/integrations/tree/c8a55bd96a26a7dca15688defd2db8c41d3cc425/packages/stable/indent-integration-incidentio
# Last Change: https://github.com/indentapis/integrations/commit/c8a55bd96a26a7dca15688defd2db8c41d3cc425

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

0 comments on commit 5b7a692

Please sign in to comment.