Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var PulumiTemplates embed.FS
Functions ¶
func LoadStateTemplates ¶
func LoadStateTemplates(provider string) (map[string]StateTemplate, error)
Types ¶
type StateTemplate ¶
type StateTemplate struct { // QualifiedTypeName is the qualified type name of the resource QualifiedTypeName string `json:"qualified_type_name" yaml:"qualified_type_name"` // IaCQualifiedType is the qualified type of the IaC resource IaCQualifiedType string `json:"iac_qualified_type" yaml:"iac_qualified_type"` // PropertyMappings is a map of property mappings PropertyMappings map[string]string `json:"property_mappings" yaml:"property_mappings"` }
StateTemplate is a template for reading state from a state store
Click to show internal directories.
Click to hide internal directories.