Skip to content

Commit

Permalink
Merge pull request #7163 from terraform-providers/tracypholmes-typo-p…
Browse files Browse the repository at this point in the history
…atch

Fixed `session_timeout` typo
  • Loading branch information
tracypholmes authored Jan 16, 2019
2 parents 276b626 + fdf8902 commit 2dc7b29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/r/lb_listener.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ Authenticate Cognito Blocks (for `authenticate_cognito`) supports the following:
* `on_unauthenticated_request` - (Optional) The behavior if the user is not authenticated. Valid values: `deny`, `allow` and `authenticate`
* `scope` - (Optional) The set of user claims to be requested from the IdP.
* `session_cookie_name` - (Optional) The name of the cookie used to maintain session information.
* `session_time_out` - (Optional) The maximum duration of the authentication session, in seconds.
* `session_timeout` - (Optional) The maximum duration of the authentication session, in seconds.
* `user_pool_arn` - (Required) The ARN of the Cognito user pool.
* `user_pool_client_id` - (Required) The ID of the Cognito user pool client.
* `user_pool_domain` - (Required) The domain prefix or fully-qualified domain name of the Cognito user pool.
Expand All @@ -227,7 +227,7 @@ Authenticate OIDC Blocks (for `authenticate_oidc`) supports the following:
* `on_unauthenticated_request` - (Optional) The behavior if the user is not authenticated. Valid values: `deny`, `allow` and `authenticate`
* `scope` - (Optional) The set of user claims to be requested from the IdP.
* `session_cookie_name` - (Optional) The name of the cookie used to maintain session information.
* `session_time_out` - (Optional) The maximum duration of the authentication session, in seconds.
* `session_timeout` - (Optional) The maximum duration of the authentication session, in seconds.
* `token_endpoint` - (Required) The token endpoint of the IdP.
* `user_info_endpoint` - (Required) The user info endpoint of the IdP.

Expand Down

0 comments on commit 2dc7b29

Please sign in to comment.