From 04f705eeae6a6a6900d5bc5bffcdc81130dd2eef Mon Sep 17 00:00:00 2001 From: Indent Bot Date: Tue, 9 May 2023 18:12:30 +0000 Subject: [PATCH] sync(integration): aws-lambda-aws-iam 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 c7b3850..4a7afb3 100644 --- a/main.tf +++ b/main.tf @@ -10,8 +10,8 @@ terraform { # Indent + AWS IAM Integration -# Details: https://github.com/indentapis/integrations/tree/ca6221edd8775dca90cc9bfed7851ec683acc645/packages/beta/indent-integration-aws-iam -# Last Change: https://github.com/indentapis/integrations/commit/ca6221edd8775dca90cc9bfed7851ec683acc645 +# Details: https://github.com/indentapis/integrations/tree/d2e2cc08a8c93edeb41e5911b121b401a5d416f2/packages/beta/indent-integration-aws-iam +# Last Change: https://github.com/indentapis/integrations/commit/d2e2cc08a8c93edeb41e5911b121b401a5d416f2 module "idt-aws-iam-webhook" { source = "git::https://github.com/indentapis/integrations//terraform/modules/indent_runtime_aws_lambda" @@ -19,8 +19,8 @@ module "idt-aws-iam-webhook" { indent_webhook_secret = var.indent_webhook_secret artifact = { bucket = "indent-artifacts-us-west-2" - function_key = "webhooks/aws/lambda/aws-iam-ca6221edd8775dca90cc9bfed7851ec683acc645-function.zip" - deps_key = "webhooks/aws/lambda/aws-iam-ca6221edd8775dca90cc9bfed7851ec683acc645-deps.zip" + function_key = "webhooks/aws/lambda/aws-iam-d2e2cc08a8c93edeb41e5911b121b401a5d416f2-function.zip" + deps_key = "webhooks/aws/lambda/aws-iam-d2e2cc08a8c93edeb41e5911b121b401a5d416f2-deps.zip" } env = { DEFAULT_USER_PW = var.default_user_pw