Skip to content

Commit

Permalink
Revert "add minItems for the required field scopes (#4634)" (#4686) (#…
Browse files Browse the repository at this point in the history
…8893)

This reverts commit c3d4d71.

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Apr 12, 2021
1 parent 6b74293 commit 834d596
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
Empty file added .changelog/4686.txt
Empty file.
1 change: 0 additions & 1 deletion google/resource_compute_instance.go
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 834d596

Please sign in to comment.