Documentation
¶
Index ¶
- Constants
- func FilterNoOpResources(ts *tfjson.Plan)
- func GetAllOutputChanges(plan tfjson.Plan) map[string][]string
- func GetAllResourceChanges(plan tfjson.Plan) map[string]ResourceChanges
- func GetColorPrefixAndSuffixText(rc *tfjson.ResourceChange) (string, string)
- func Parse(input []byte) (tfjson.Plan, error)
- type ResourceChanges
Constants ¶
View Source
const ColorCyan = "\033[36m"
View Source
const ColorGreen = "\033[32m"
View Source
const ColorMagenta = "\033[35m"
View Source
const ColorRed = "\033[31m"
View Source
const ColorReset = "\033[0m"
View Source
const ColorYellow = "\033[33m"
Variables ¶
This section is empty.
Functions ¶
func FilterNoOpResources ¶ added in v0.3.8
func GetAllOutputChanges ¶ added in v0.3.8
func GetAllResourceChanges ¶ added in v0.3.8
func GetAllResourceChanges(plan tfjson.Plan) map[string]ResourceChanges
func GetColorPrefixAndSuffixText ¶ added in v0.3.8
func GetColorPrefixAndSuffixText(rc *tfjson.ResourceChange) (string, string)
Types ¶
type ResourceChanges ¶
type ResourceChanges = []*tfjson.ResourceChange //Type alias for brevity
Click to show internal directories.
Click to hide internal directories.