Skip to content

Commit

Permalink
sync(integration): aws-lambda-opsgenie
Browse files Browse the repository at this point in the history
FolderOrigin-RevId: /home/runner/work/integrations/integrations/.
  • Loading branch information
indent-bot committed Jan 4, 2024
1 parent 1b349a3 commit 5ad7702
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 + OpsGenie Integration

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

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

0 comments on commit 5ad7702

Please sign in to comment.