Documentation ¶
Index ¶
Constants ¶
View Source
const ( Path = "path" Env = "env" File = "file" HTTP = "http" HTTPS = "https" )
View Source
const MinDiffLineTokensNum = 3
Variables ¶
View Source
var ( ErrCannotParseDynamicValue = errors.New("cannot parse dynamic value") RelativePathRegexp = regexp.MustCompile(`^\.{1,}\/`) )
Functions ¶
This section is empty.
Types ¶
type ConfigParser ¶ added in v0.27.3
type ConfigParser struct {
// contains filtered or unexported fields
}
func NewConfigParser ¶ added in v0.27.3
func NewConfigParser(baseDir string) *ConfigParser
func (*ConfigParser) ParseDynamicValue ¶ added in v0.27.3
func (p *ConfigParser) ParseDynamicValue(val any) (string, error)
type TfPlanParser ¶
type TfPlanParser struct {
Plan string
}
func NewTfPlanParser ¶
func NewTfPlanParser(plan string) *TfPlanParser
func (*TfPlanParser) Parse ¶
func (p *TfPlanParser) Parse() *TfPlan
Click to show internal directories.
Click to hide internal directories.