mirror of
https://github.com/hashicorp/terraform.git
synced 2026-05-28 04:03:27 -04:00
registry/response: Remove unused verified bool
This commit is contained in:
parent
a56e53ec5b
commit
bb52552c17
1 changed files with 1 additions and 2 deletions
|
|
@ -12,8 +12,7 @@ import (
|
|||
// platforms for Terraform to perform version and os/arch constraint matching
|
||||
// locally.
|
||||
type TerraformProvider struct {
|
||||
ID string `json:"id"`
|
||||
Verified bool `json:"verified"`
|
||||
ID string `json:"id"`
|
||||
|
||||
Versions []*TerraformProviderVersion `json:"versions"`
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue