Skip to content

Commit 7202e6e

Browse files
committed
sync(integration): aws-lambda-aws-iam
FolderOrigin-RevId: /home/runner/work/integrations/integrations/.
1 parent 3ea8310 commit 7202e6e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

main.tf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@ terraform {
1010

1111
# Indent + AWS IAM Integration
1212

13-
# Details: https://github.com/indentapis/integrations/tree/ca6221edd8775dca90cc9bfed7851ec683acc645/packages/beta/indent-integration-aws-iam
14-
# Last Change: https://github.com/indentapis/integrations/commit/ca6221edd8775dca90cc9bfed7851ec683acc645
13+
# Details: https://github.com/indentapis/integrations/tree/61fcb571785a2ec0af7de22130cd8a7253e39bae/packages/beta/indent-integration-aws-iam
14+
# Last Change: https://github.com/indentapis/integrations/commit/61fcb571785a2ec0af7de22130cd8a7253e39bae
1515

1616
module "idt-aws-iam-webhook" {
1717
source = "git::https://github.com/indentapis/integrations//terraform/modules/indent_runtime_aws_lambda"
1818
name = "idt-aws-iam-webhook"
1919
indent_webhook_secret = var.indent_webhook_secret
2020
artifact = {
2121
bucket = "indent-artifacts-us-west-2"
22-
function_key = "webhooks/aws/lambda/aws-iam-ca6221edd8775dca90cc9bfed7851ec683acc645-function.zip"
23-
deps_key = "webhooks/aws/lambda/aws-iam-ca6221edd8775dca90cc9bfed7851ec683acc645-deps.zip"
22+
function_key = "webhooks/aws/lambda/aws-iam-61fcb571785a2ec0af7de22130cd8a7253e39bae-function.zip"
23+
deps_key = "webhooks/aws/lambda/aws-iam-61fcb571785a2ec0af7de22130cd8a7253e39bae-deps.zip"
2424
}
2525
env = {
2626
DEFAULT_USER_PW = var.default_user_pw

0 commit comments

Comments
 (0)