# Functions

CustomizeTagDiff Customize tag diff to ignore cisco.meta tags.
FloatAtLeast returns a SchemaValidateFunc which tests if the provided value is of type float and is at least min (exclusive).
FloatAtMost returns a SchemaValidateFunc which tests if the provided value is of type float and is at most max (exclusive).
FloatBetween returns a SchemaValidateFunc which tests if the provided value is of type float64 and is between min and max (exclusive).
FloatDivisibleBy returns a SchemaValidateFunc which tests if the provided value is of type float64 and is divisible by a given number.
FloatInSlice returns a SchemaValidateFunc which tests if the provided value is of type float and matches the value of an element in the valid slice.
No description provided by the author
No description provided by the author
IntAtLeast returns a SchemaValidateFunc which tests if the provided value is of type int and is exclusive min.
IntAtMost returns a SchemaValidateFunc which tests if the provided value is of type int and is exclusive of max.
IntBetween returns a SchemaValidateFunc which tests if the provided value is of type int and is between min and max (exclusive).
No description provided by the author
StringLenMaximum returns a SchemaValidateFunc which tests if the provided value is of type string and has length lesser than max (inclusive).
StringLenMinimum returns a SchemaValidateFunc which tests if the provided value is of type string and has length greater than min (inclusive).
SuppressDiffAdditionProps Suppress Difference functions for additional properties old is from tfstate file new is from tf config file.

# Structs

No description provided by the author
No description provided by the author
No description provided by the author