# 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.
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.

# Structs

DefaultFuncResponse is the response type for a DefaultFunc.

# Type aliases

DefaultFunc is a function that can be used to set a default value for a boolean attribute.