Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Tree ¶
type Tree struct { Name string Value *tfjson.ResourceChange Children Trees // contains filtered or unexported fields }
func (Tree) IsAddition ¶
func (Tree) IsRecreate ¶
type Trees ¶
type Trees []*Tree
func CreateTree ¶
func CreateTree(changes terraformstate.ResourceChanges) Trees
func (Trees) DrawableTree ¶
Click to show internal directories.
Click to hide internal directories.