Skip to content

Commit

Permalink
change required
Browse files Browse the repository at this point in the history
  • Loading branch information
DrFaust92 committed Mar 18, 2020
1 parent 68cd3e9 commit 3906ad8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aws/resource_aws_cognito_user_pool.go
Original file line number Diff line number Diff line change
Expand Up @@ -548,13 +548,13 @@ func resourceAwsCognitoUserPool() *schema.Resource {
"account_recovery_setting": {
Type: schema.TypeList,
Optional: true,
Computed: true,
MaxItems: 1,
Elem: &schema.Resource{
Schema: map[string]*schema.Schema{
"recovery_mechanisms": {
Type: schema.TypeSet,
Optional: true,
Required: true,
MinItems: 1,
Elem: &schema.Resource{
Schema: map[string]*schema.Schema{
"name": {
Expand Down

0 comments on commit 3906ad8

Please sign in to comment.