Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetDataSourceInfo ¶
func GetDataSourceInfo(mainPkg string) map[string]*tfbridge.DataSourceInfo
func GetResourceInfo ¶
func GetResourceInfo(mainPkg string) map[string]*tfbridge.ResourceInfo
func WriteInfos ¶
func WriteInfos() error
Types ¶
type DataSourceOutput ¶
type DataSourceOutput struct { Key string `json:"key"` Module string `json:"module"` DataSource string `json:"data_source"` CsharpAlters map[string]string `json:"csharp_alters,omitempty"` }
func GetDataSourceOutput ¶
func GetDataSourceOutput() []*DataSourceOutput
type ResourceOutput ¶
type ResourceOutput struct { Key string `json:"key"` Module string `json:"module"` Resource string `json:"resource"` CsharpAlters map[string]string `json:"csharp_alters,omitempty"` }
func GetResourceOutput ¶
func GetResourceOutput() []*ResourceOutput
Click to show internal directories.
Click to hide internal directories.