Skip to content

Commit c5c6fc0

Browse files
committed
cleanup
1 parent 4bdbfd2 commit c5c6fc0

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 = "placeholder",
20-
USER_POOL_CLIENT_ID = "placeholder",
19+
USER_POOL_ID = var.cognito_config["USER_POOL_ID"],
20+
USER_POOL_CLIENT_ID = var.cognito_config["USER_POOL_CLIENT_ID"],
2121
}
2222
}
2323

0 commit comments

Comments
 (0)