Skip to content

Commit

Permalink
MinItems is not supported on Map
Browse files Browse the repository at this point in the history
  • Loading branch information
haf committed Jun 20, 2021
1 parent c96b8a4 commit 1d98db3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sealedsecrets/resource_secret.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ func resourceSecret() *schema.Resource {
Required: true,
Description: "Key/value pairs to populate the secret",
Sensitive: true,
MinItems: 1,
},
"controller_name": {
Type: schema.TypeString,
Expand Down

0 comments on commit 1d98db3

Please sign in to comment.