We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d96eee3 commit 222ae11Copy full SHA for 222ae11
registry_module.go
@@ -89,7 +89,7 @@ type TerraformRegistryModule struct {
89
PublishedAt string `json:"published_at"`
90
Downloads int `json:"downloads"`
91
Verified bool `json:"verified"`
92
- Root `json:"root"`
+ Root Root `json:"root"`
93
// Submodules []Submodule `json:"submodules"`
94
// Examples []Example `json:"examples"`
95
Providers []string `json:"providers"`
0 commit comments