mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
registry/response: Remove unused verified bool
This commit is contained in:
parent
a56e53ec5b
commit
bb52552c17
@ -12,8 +12,7 @@ import (
|
|||||||
// platforms for Terraform to perform version and os/arch constraint matching
|
// platforms for Terraform to perform version and os/arch constraint matching
|
||||||
// locally.
|
// locally.
|
||||||
type TerraformProvider struct {
|
type TerraformProvider struct {
|
||||||
ID string `json:"id"`
|
ID string `json:"id"`
|
||||||
Verified bool `json:"verified"`
|
|
||||||
|
|
||||||
Versions []*TerraformProviderVersion `json:"versions"`
|
Versions []*TerraformProviderVersion `json:"versions"`
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user