package
7.4.2+incompatible
Repository: https://github.com/leanspace/terraform-provider-leanspace.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

No description provided by the author
No description provided by the author
Will only evaluate to true if all conditions evaluate to true.
No description provided by the author
Will evaluate to true if the value at the given key equals the given value.
A "if and only if" (ie.
No description provided by the author
No description provided by the author
No description provided by the author
Evaluates to true if the value at the given key is greater than the given value.
Evaluates to true if the value at the given key is greater than or equal to the given value.
Will evaluate to true if the list/set/map at the given key has the given length.
A standard if ..
No description provided by the author
Will evaluate to true if the list/set/map at the given key is empty.
Will evaluate to true if the given key is set (ie.
No description provided by the author
No description provided by the author
Evaluates to true if the value at the given key is less than the given value.
Evaluates to true if the value at the given key is less than or equal to the given value.
No description provided by the author
Will inverse the given condition.
Will evaluate to true if any of the conditions evaluates to true.
Parses a float to a string.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

No description provided by the author

# Variables

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

# Interfaces

A condition is an interface that can be used to evaluate a map[string]any, and decide if it is valid or not.
No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

A slice of Conditions.