Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Linter ¶
type Linter struct { Config *shared.Configuration Plan *plans.Plan Violations []Violation }
func (*Linter) LintChange ¶
func (linter *Linter) LintChange(change plans.ResourceInstanceChangeSrc) error
type Violation ¶
type Violation struct { Reason string Change *plans.ResourceInstanceChange Attribute shared.RuleAttributeDefinition Value *cty.Value }
Click to show internal directories.
Click to hide internal directories.