-
-
Notifications
You must be signed in to change notification settings - Fork 55
Closed
Description
Line 54 in c41b990
app_id_client_regex = lookup(var.openid_connect_config, "app_id_client_regex", null) |
Line 55 in c41b990
aws_region = lookup(var.openid_connect_config, "aws_region", null) |
This should propably be user_pool_config not openid_connect_config:
default_action = var.user_pool_config["default_action"]
user_pool_id = var.user_pool_config["user_pool_id"]
app_id_client_regex = lookup(var.user_pool_config, "app_id_client_regex", null)
aws_region = lookup(var.user_pool_config, "aws_region", null)
Metadata
Metadata
Assignees
Labels
No labels