package
0.11.5
Repository: https://github.com/azure/tflint-ruleset-avm.git
Documentation: pkg.go.dev

# Functions

CheckWithReturnValue is a generic function that runs a check func() that, as well as returning a bool & error, also returns a value.
NewChecker is the constructor for the Checker type.
NewVarCheckRuleFromAvmInterface returns a new rule with the given variable.
StringToTypeConstraintWithDefaults converts a string to a TypeConstraintWithDefaults.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
LockTypeString is the type constraint string for lock interface.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
RoleAssignmentsTypeString is the type constraint string for role assignments.
No description provided by the author
No description provided by the author
TagsTypeString is the type constraint string for tags.

# Structs

AvmInterface represents the definition of an AVM interface, with additional information for use in TFLint.
Checker is a struct that is used to chain checks together.
InterfaceVarCheckRule is the struct that represents a rule that check for the correct usage of an interface.