registry/response: Add protocols to DL resp
This commit is contained in:
parent
06825bf46d
commit
c993e9bed6
|
@ -45,6 +45,7 @@ type TerraformProviderPlatform struct {
|
|||
// structure for a provider platform with all details required to perform a
|
||||
// download.
|
||||
type TerraformProviderPlatformLocation struct {
|
||||
Protocols []string `json:"protocols"`
|
||||
OS string `json:"os"`
|
||||
Arch string `json:"arch"`
|
||||
Filename string `json:"filename"`
|
||||
|
|
Loading…
Reference in New Issue