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 5f3b9ce commit 5b25f13Copy full SHA for 5b25f13
infrastructure/terraform/modules/templates-api/variables.tf
@@ -55,8 +55,8 @@ variable "log_retention_in_days" {
55
56
variable "cognito_config" {
57
type = object({
58
- user_pool_id: string,
59
- user_pool_client_id: string
+ USER_POOL_ID: string,
+ USER_POOL_CLIENT_ID: string
60
})
61
description = "Cognito config"
62
}
0 commit comments