Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProviderInfoSource ¶
type ProviderInfoSource struct {
// contains filtered or unexported fields
}
func NewProviderInfoSource ¶
func NewProviderInfoSource(path string) *ProviderInfoSource
NewProviderInfoSource creates a new ProviderInfoSource that loads serialized provider info from the fgiven directory.
func (*ProviderInfoSource) GetProviderInfo ¶
func (s *ProviderInfoSource) GetProviderInfo( registryName, namespace, name, version string) (*tfbridge.ProviderInfo, error)
GetProviderInfo returns the tfbridge information for the indicated Terraform provider as well as the name of the corresponding Pulumi resource provider.
Click to show internal directories.
Click to hide internal directories.