terraformstate

package
v0.3.14 Latest Latest
Warning

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

Go to latest
Published: Nov 30, 2024 License: MIT Imports: 4 Imported by: 1

Documentation

Index

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 FilterNoOpResources(ts *tfjson.Plan)

func GetAllOutputChanges added in v0.3.8

func GetAllOutputChanges(plan tfjson.Plan) map[string][]string

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)

func Parse

func Parse(input []byte) (tfjson.Plan, error)

Types

type ResourceChanges

type ResourceChanges = []*tfjson.ResourceChange //Type alias for brevity

Jump to

Keyboard shortcuts

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