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 c41b990 commit 58a8970Copy full SHA for 58a8970
main.tf
@@ -51,8 +51,8 @@ resource "aws_appsync_graphql_api" "this" {
51
content {
52
default_action = var.user_pool_config["default_action"]
53
user_pool_id = var.user_pool_config["user_pool_id"]
54
- app_id_client_regex = lookup(var.openid_connect_config, "app_id_client_regex", null)
55
- aws_region = lookup(var.openid_connect_config, "aws_region", null)
+ app_id_client_regex = lookup(var.user_pool_config, "app_id_client_regex", null)
+ aws_region = lookup(var.user_pool_config, "aws_region", null)
56
}
57
58
0 commit comments