We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 965e967 commit 27e8b04Copy full SHA for 27e8b04
infrastructure/terraform/modules/backend-api/module_authorizer_lambda.tf
@@ -16,8 +16,8 @@ module "authorizer_lambda" {
16
17
environment_variables = {
18
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"],
+ USER_POOL_ID = "placeholder",
+ USER_POOL_CLIENT_ID = "placeholder",
21
}
22
23
0 commit comments