You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -769,10 +768,10 @@ This value will be overridden if you have entered a value in 'default_client_tok
769
768
The following attributes are exported by the module:
770
769
771
770
-**`user_pool`**: The `cognito_user_pool` object.
772
-
-**`domain`**: The full `aws_cognito_user_pool` object.
771
+
-**`domain`**: The full `aws_cognito_user_pool` object.
773
772
-**`clients`**: A map of `cognito_user_pool_client` objects. The map is keyed by the `name` of the created clients. Client secrets are filtered out of this map and are available through the `client_secrets` output variable and flagged as sensitive.
774
773
-**`client_secrets`**: A sensitive map of client secrets for all created `cognito_user_pool_client` resources. The map is keyed by the `name` of the created clients.
775
-
-**module_enabled**: Whether the module is enabled.
774
+
-**module_enabled**: Whether the module is enabled.
Copy file name to clipboardExpand all lines: README.tfdoc.hcl
+6-7Lines changed: 6 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -585,11 +585,10 @@ section {
585
585
type=string
586
586
description=<<-END
587
587
The domain name that should be used. Can be set to a FQDN or prefix.
588
-
If no FQDN and `certificate_arn` are set, the domain prefix will be used for
589
-
the sign-up and sign-in pages that are hosted by Amazon Cognito,
590
-
e.g. `https://{YOUR_PREFIX}.auth.eu-west-1.amazoncognito.com`.
591
-
The prefix must be unique across the selected AWS Region.
592
-
Domain names can only contain lower-case letters, numbers, and hyphens.
588
+
If no FQDN and `certificate_arn` are set, the domain prefix will be used for the sign-up and sign-in pages that are hosted by Amazon Cognito,
589
+
e.g. `https://{YOUR_PREFIX}.auth.eu-west-1.amazoncognito.com`.
590
+
The prefix must be unique across the selected AWS Region.
591
+
Domain names can only contain lower-case letters, numbers, and hyphens.
593
592
END
594
593
}
595
594
@@ -1064,10 +1063,10 @@ section {
1064
1063
The following attributes are exported by the module:
1065
1064
1066
1065
- **`user_pool`**: The `cognito_user_pool` object.
1067
-
-**`domain`**: The full `aws_cognito_user_pool` object.
1066
+
-**`domain`**: The full `aws_cognito_user_pool` object.
1068
1067
- **`clients`**: A map of `cognito_user_pool_client` objects. The map is keyed by the `name` of the created clients. Client secrets are filtered out of this map and are available through the `client_secrets` output variable and flagged as sensitive.
1069
1068
- **`client_secrets`**: A sensitive map of client secrets for all created `cognito_user_pool_client` resources. The map is keyed by the `name` of the created clients.
1070
-
-**module_enabled**: Whether the module is enabled.
1069
+
-**module_enabled**: Whether the module is enabled.
0 commit comments