package
0.2.2
Repository: https://github.com/hirosassa/tfcmt-gitlab.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
NewApplyParser is ApplyParser initialized with its Regexp.
NewApplyTemplate is ApplyTemplate initializer.
NewDefaultParser is DefaultParser initializer.
No description provided by the author
NewPlanParser is PlanParser initialized with its Regexp.
NewPlanTemplate is PlanTemplate initializer.

# Constants

DefaultApplyParseErrorTemplate is a default template for terraform apply parse error.
DefaultApplyTemplate is a default template for terraform apply.
DefaultPlanParseErrorTemplate is a default template for terraform plan parse error.
DefaultPlanTemplate is a default template for terraform plan.
ExitFail is status code non-zero.
ExitPass is status code zero.

# Structs

ApplyParser is a parser for terraform apply.
CommonTemplate represents template entities.
DefaultParser is a parser for terraform commands.
ParseResult represents the result of parsed terraform execution.
PlanParser is a parser for terraform plan.
Template is a default template for terraform commands.

# Interfaces

Parser is an interface for parsing terraform execution result.