Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provider ¶
type Provider struct { Name string `json:"Provider"` MinVersion string `json:"MinVersion"` MaxVersion string `json:"MaxVersion"` }
Provider represents a provider fetched from the API and all it's attributes
func GetSupportedProviders ¶
GetSupportedProviders
@brief:
GetSupportedProviders retrieves all supported providers
@returns:
[]string - list of supported Terraform providers error - if exists, else nil
Click to show internal directories.
Click to hide internal directories.