Skip to content

Commit

Permalink
sync(integration): aws-lambda-okta (#26)
Browse files Browse the repository at this point in the history
FolderOrigin-RevId: /home/runner/work/integrations/integrations/.
  • Loading branch information
indent-bot authored Sep 7, 2023
1 parent d981b4f commit e5b2b42
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 + Okta Integration

# Details: https://github.com/indentapis/integrations/tree/24c64773d6dffb0e11215986c2a4f7a7ce5edaf6/packages/stable/indent-integration-okta
# Last Change: https://github.com/indentapis/integrations/commit/24c64773d6dffb0e11215986c2a4f7a7ce5edaf6
# Details: https://github.com/indentapis/integrations/tree/089e36c98bd88726dc6751edf90767725d3d0b35/packages/stable/indent-integration-okta
# Last Change: https://github.com/indentapis/integrations/commit/089e36c98bd88726dc6751edf90767725d3d0b35

module "idt-okta-webhook" {
source = "git::https://github.com/indentapis/integrations//terraform/modules/indent_runtime_aws_lambda"
name = "idt-okta-webhook"
indent_webhook_secret = var.indent_webhook_secret
artifact = {
bucket = "indent-artifacts-us-west-2"
function_key = "webhooks/aws/lambda/okta-24c64773d6dffb0e11215986c2a4f7a7ce5edaf6-function.zip"
deps_key = "webhooks/aws/lambda/okta-24c64773d6dffb0e11215986c2a4f7a7ce5edaf6-deps.zip"
function_key = "webhooks/aws/lambda/okta-089e36c98bd88726dc6751edf90767725d3d0b35-function.zip"
deps_key = "webhooks/aws/lambda/okta-089e36c98bd88726dc6751edf90767725d3d0b35-deps.zip"
}
env = {
OKTA_DOMAIN = var.okta_domain
Expand Down

0 comments on commit e5b2b42

Please sign in to comment.