Skip to content

Commit 27e8b04

Browse files
committed
use js
1 parent 965e967 commit 27e8b04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

infrastructure/terraform/modules/backend-api/module_authorizer_lambda.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ module "authorizer_lambda" {
1616

1717
environment_variables = {
1818
NODE_OPTIONS = "--enable-source-maps",
19-
USER_POOL_ID = var.cognito_config["USER_POOL_ID"],
20-
USER_POOL_CLIENT_ID = var.cognito_config["USER_POOL_CLIENT_ID"],
19+
USER_POOL_ID = "placeholder",
20+
USER_POOL_CLIENT_ID = "placeholder",
2121
}
2222
}
2323

0 commit comments

Comments
 (0)