Skip to content

Commit

Permalink
Fixes opentofu/registry#410: Add provider warnings
Browse files Browse the repository at this point in the history
Signed-off-by: AbstractionFactory <[email protected]>
  • Loading branch information
abstractionfactory committed Oct 11, 2024
1 parent a0be829 commit 3763639
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/provider/metadata.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ package provider
type Metadata struct {
CustomRepository string `json:"repository,omitempty"` // Optional. Custom repository from which to fetch the provider's metadata.
Versions []Version `json:"versions"` // A list of version data, for each supported provider version.
Warnings []string `json:"warnings,omitempty"` // Warnings for this provider.
}

func (m Metadata) Equals(other Metadata) bool {
Expand Down

0 comments on commit 3763639

Please sign in to comment.