Skip to content

Commit

Permalink
Revert "add minItems for the required field scopes (#4634)"
Browse files Browse the repository at this point in the history
This reverts commit c3d4d71.
  • Loading branch information
edwardmedia authored Apr 12, 2021
1 parent e7a19e7 commit ba80e7b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,6 @@ func resourceComputeInstance() *schema.Resource {
"scopes": {
Type: schema.TypeSet,
Required: true,
MinItems: 1,
Description: `A list of service scopes.`,
Elem: &schema.Schema{
Type: schema.TypeString,
Expand Down

0 comments on commit ba80e7b

Please sign in to comment.