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 4bdbfd2 commit c5c6fc0Copy full SHA for c5c6fc0
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 = "placeholder",
20
- USER_POOL_CLIENT_ID = "placeholder",
+ USER_POOL_ID = var.cognito_config["USER_POOL_ID"],
+ USER_POOL_CLIENT_ID = var.cognito_config["USER_POOL_CLIENT_ID"],
21
}
22
23
0 commit comments