# Functions
NewSetRule returns a new rule with the given resource type, attribute name, and expected values.
NewSimpleNestedBlockRule returns a new rule with the given resource type, attribute name, and expected values.
NewSimpleRule returns a new rule with the given resource type, attribute name, and expected values.
NewUnknownValueNestedBlockRule returns a new rule with the given resource type, nested block type, and attribute name.
NewUnknownValueRule returns a new rule with the given resource type, and attribute name.
# Variables
No description provided by the author
# Structs
SetRule checks whether a list of numbers attribute value is one of the expected values.
SimpleRule checks whether a string attribute value is one of the expected values.
UnknownValueRule checks whether an attribute value is null or part of a variable with no default value.
# Interfaces
No description provided by the author