Documentation
¶
Index ¶
- func CombineVariableFiles() error
- func ConvertAttrDefaultToCtyValue(value any) *cty.Value
- func FetchRepositoryData()
- func FindFieldsFromBlock(block *schema.SchemaBlock, resourceOrDataSourceName string) (*schema.SchemaBlock, error)
- func GetAttributeWrapper(name string, dfv *cty.Value) *cty.Value
- func ProcessBatchOutput(dirPath string) ([]schema.TerraformObject, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CombineVariableFiles ¶
func CombineVariableFiles() error
CombineVariableFiles combines all {repo_name}_variables.*.tf files into {repo_name}_variables.tf under fetched_hcl_files/combinedVar
func FetchRepositoryData ¶
func FetchRepositoryData()
func FindFieldsFromBlock ¶
func FindFieldsFromBlock(block *schema.SchemaBlock, resourceOrDataSourceName string) (*schema.SchemaBlock, error)
FindFieldsFromBlock The input block does not contain any fields, the information is inside `type`, so we need to build the fields(as well as the default values) recursively
func ProcessBatchOutput ¶
func ProcessBatchOutput(dirPath string) ([]schema.TerraformObject, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.