Skip to content

Commit 3906ad8

Browse files
committed
change required
1 parent 68cd3e9 commit 3906ad8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

aws/resource_aws_cognito_user_pool.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -548,13 +548,13 @@ func resourceAwsCognitoUserPool() *schema.Resource {
548548
"account_recovery_setting": {
549549
Type: schema.TypeList,
550550
Optional: true,
551-
Computed: true,
552551
MaxItems: 1,
553552
Elem: &schema.Resource{
554553
Schema: map[string]*schema.Schema{
555554
"recovery_mechanisms": {
556555
Type: schema.TypeSet,
557-
Optional: true,
556+
Required: true,
557+
MinItems: 1,
558558
Elem: &schema.Resource{
559559
Schema: map[string]*schema.Schema{
560560
"name": {

0 commit comments

Comments
 (0)