Skip to content

Commit 8531cd0

Browse files
authored
fix: cognito variables expect "user_pool_client_id" and "user_pool_domain" (#134)
1 parent cc2ed04 commit 8531cd0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,9 @@ To enable Cognito authentication on the Atlantis ALB, specify the following argu
132132

133133
```hcl
134134
alb_authenticate_cognito = {
135-
user_pool_arn = "arn:aws:cognito-idp:us-west-2:1234567890:userpool/us-west-2_aBcDeFG"
136-
cognito_user_pool_client_id = "clientid123"
137-
cognito_user_pool_domain = "sso.your-corp.com"
135+
user_pool_arn = "arn:aws:cognito-idp:us-west-2:1234567890:userpool/us-west-2_aBcDeFG"
136+
user_pool_client_id = "clientid123"
137+
user_pool_domain = "sso.your-corp.com"
138138
}
139139
```
140140

0 commit comments

Comments
 (0)