Merge pull request #22376 from hashicorp/registry-remove-provider-verified

registry/response: Remove unused verified bool
This commit is contained in:
Justin Campbell 2019-08-19 09:57:23 -04:00 committed by GitHub
commit 273b668976
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,6 @@ import (
// locally.
type TerraformProvider struct {
ID string `json:"id"`
Verified bool `json:"verified"`
Versions []*TerraformProviderVersion `json:"versions"`
}