Skip to content

Commit 5b25f13

Browse files
Fix terraform casing
1 parent 5f3b9ce commit 5b25f13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

infrastructure/terraform/modules/templates-api/variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ variable "log_retention_in_days" {
5555

5656
variable "cognito_config" {
5757
type = object({
58-
user_pool_id: string,
59-
user_pool_client_id: string
58+
USER_POOL_ID: string,
59+
USER_POOL_CLIENT_ID: string
6060
})
6161
description = "Cognito config"
6262
}

0 commit comments

Comments
 (0)