# Functions

RequireReplaceIfBool returns a plan modifier that requires replacement if the attribute value is equal to the excepted value.
SetDefault SetDefault returns a plan modifier that sets the plan value to the provided value if the following conditions are met: - The resource is planned for update.
SetDefaultEmptyString returns a plan modifier that conditionally requires resource replacement if: - The resource is planned for update.
SetDefaultEnvVar returns a plan modifier that conditionally requires resource replacement if: - The resource is planned for update.
SetDefaultFunc returns a plan modifier that conditionally requires resource replacement if: - The resource is planned for update.
No description provided by the author
No description provided by the author

# Structs

DefaultFuncResponse is the response type for a DefaultFunc.
StringChangeFuncResponse is the response type for a DefaultFunc.

# Type aliases

DefaultFunc is a function that can be used to set a default value for a string attribute.
StringChangeFunc is a function that can be used to change a string value.