Versions in this module Expand all Collapse all v0 v0.15.1 Sep 11, 2024 v0.15.0 Sep 3, 2024 Changes in this version + var R = rand.New(rand.NewSource(time.Now().UnixNano())) v0.14.0 Apr 12, 2024 Changes in this version + const DefaultProviderConfig + func GetKeyValueMappings(parameters interface{}, path string) []types.PropertyDependencyMapping + func NewAzapiDefinitionFromExample(exampleFilepath string, kind string) (types.AzapiDefinition, error) + func NewAzapiDefinitionsFromSwagger(apiPath swagger.ApiPath) []types.AzapiDefinition + func RequestBodyFromExample(examplePath string) (interface{}, error) + func ResourceIdFromActionPath(input string) string + type Context struct + File *hclwrite.File + KnownPatternMap map[string]types.Reference + ReferenceResolvers []resolver.ReferenceResolver + func NewContext(referenceResolvers []resolver.ReferenceResolver) *Context + func (c *Context) AddAzapiDefinition(input types.AzapiDefinition) error + func (c *Context) AddHcl(input string, skipWhenDuplicate bool) (*types.Reference, error) + func (c *Context) InitFile(content string) error + func (c *Context) String() string