package
0.8.0-beta.2
Repository: https://github.com/ooaklee/tfnotify.git
Documentation: pkg.go.dev

# Functions

NewApplyParser is ApplyParser initialized with its Regexp.
NewApplyTemplate is ApplyTemplate initializer.
NewDefaultParser is DefaultParser initializer.
NewDefaultTemplate is DefaultTemplate initializer.
NewDestroyWarningTemplate is DestroyWarningTemplate initializer.
NewFmtParser is FmtParser initialized with its Regexp.
NewFmtTemplate is FmtTemplate initializer.
NewPlanParser is PlanParser initialized with its Regexp.
NewPlanTemplate is PlanTemplate initializer.

# Constants

DefaultApplyTemplate is a default template for terraform apply.
DefaultApplyTitle is a default title for terraform apply.
DefaultDefaultTemplate is a default template for terraform commands.
DefaultDefaultTitle is a default title for terraform commands.
DefaultDestroyWarningTemplate is a default template for terraform plan.
DefaultDestroyWarningTitle is a default title of destroy warning.
DefaultFmtTemplate is a default template for terraform fmt.
DefaultFmtTitle is a default title for terraform fmt.
DefaultPlanTemplate is a default template for terraform plan.
DefaultPlanTitle is a default title for terraform plan.
ExitFail is status code non-zero.
ExitPass is status code zero.

# Structs

ApplyParser is a parser for terraform apply.
ApplyTemplate is a default template for terraform apply.
CommonTemplate represents template entities.
DefaultParser is a parser for terraform commands.
DefaultTemplate is a default template for terraform commands.
DestroyWarningTemplate is a default template for warning of destroy operation in plan.
FmtParser is a parser for terraform fmt.
FmtTemplate is a default template for terraform fmt.
ParseResult represents the result of parsed terraform execution.
PlanParser is a parser for terraform plan.
PlanTemplate is a default template for terraform plan.

# Interfaces

Parser is an interface for parsing terraform execution result.
Template is an template interface for parsed terraform execution result.