statetemplate

package
v0.7.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 21, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL