From e5b2b42fb1821a3e8954134bae7c30e0ddf55263 Mon Sep 17 00:00:00 2001 From: indent-bot <61266484+indent-bot@users.noreply.github.com> Date: Thu, 7 Sep 2023 17:52:12 -0400 Subject: [PATCH] sync(integration): aws-lambda-okta (#26) FolderOrigin-RevId: /home/runner/work/integrations/integrations/. --- main.tf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/main.tf b/main.tf index 6c9f19d..41dc8bc 100644 --- a/main.tf +++ b/main.tf @@ -10,8 +10,8 @@ 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" @@ -19,8 +19,8 @@ module "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