File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,17 +10,17 @@ terraform {
10
10
11
11
# Indent + AWS IAM Integration
12
12
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
15
15
16
16
module "idt-aws-iam-webhook" {
17
17
source = " git::https://github.com/indentapis/integrations//terraform/modules/indent_runtime_aws_lambda"
18
18
name = " idt-aws-iam-webhook"
19
19
indent_webhook_secret = var. indent_webhook_secret
20
20
artifact = {
21
21
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"
24
24
}
25
25
env = {
26
26
DEFAULT_USER_PW = var.default_user_pw
You can’t perform that action at this time.
0 commit comments