Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GenericResource ¶
type GenericResource struct {
Label string
Instances []Instance
ResourceType string
Block *hclwrite.Block
References []Reference
InputProperties []string
OutputProperties []string
Migrated bool
}
func (GenericResource) EmptyImportConfig ¶
func (r GenericResource) EmptyImportConfig() string
func (GenericResource) IsForEach ¶
func (r GenericResource) IsForEach() bool
func (GenericResource) IsMultipleResources ¶
func (r GenericResource) IsMultipleResources() bool
func (GenericResource) NewAddress ¶
func (r GenericResource) NewAddress(index interface{}) string
func (GenericResource) OldAddress ¶
func (r GenericResource) OldAddress(index interface{}) string
type GenericUpdateResource ¶
type GenericUpdateResource struct {
ApiVersion string
Label string
OldLabel string
Id string
ResourceType string
Change *tfjson.Change
Block *hclwrite.Block
Migrated bool
References []Reference
Outputs []Output
InputProperties []string
OutputProperties []string
}
func (GenericUpdateResource) EmptyImportConfig ¶
func (r GenericUpdateResource) EmptyImportConfig() string
func (GenericUpdateResource) NewAddress ¶
func (r GenericUpdateResource) NewAddress() string
func (GenericUpdateResource) OldAddress ¶
func (r GenericUpdateResource) OldAddress() string
type Output ¶
func (Output) GetStringValue ¶
Click to show internal directories.
Click to hide internal directories.