Categorygithub.com/deploymenttheory/terraform-provider-microsoft365internalresourcescommonplan_modifiers
# Functions
BoolDefaultValue returns a plan modifier that sets a default value if the planned value is null.
CaseInsensitiveString returns a plan modifier for case-insensitive string handling.
DefaultListEmptyValue sets the default value to an empty list.
DefaultListValue sets a custom default list value.
DefaultValueInt64 returns a plan modifier that sets a default value if the planned value is null.
DefaultValueObject constructor, creates an object modifier with a specified default value.
No description provided by the author
DefaultValue returns a plan modifier that sets a default string value.
RequiresReplaceIfInt64 returns a plan modifier that requires resource replacement if the value changes and the given predicate returns true.
RequiresReplaceInt64 returns a plan modifier that requires resource replacement if the value changes.
RequiresReplaceIfString returns a plan modifier that requires resource replacement if the string value changes.
UseStateForUnknownBool returns a plan modifier that copies a known prior state bool value into a planned unknown value.
UseStateForUnknownInt64 returns a plan modifier that copies a known prior state int64 value into a planned unknown value.
UseStateForUnknownList returns a plan modifier that copies a known prior state value into the planned value when the planned value is unknown/null.
UseStateForUnknownObject constructor.
No description provided by the author
UseStateForUnknownString returns a plan modifier that copies a known prior state string value into a planned unknown value.
# Structs
PlanModifyString normalizes the JSON string during the plan phase.
# Interfaces
BoolModifier defines the interface for boolean plan modifiers.
Int64Modifier defines the interface for int64 plan modifiers.
No description provided by the author
ObjectModifier provides plan modifier functionality for objects.
No description provided by the author
StringModifier defines the interface for string plan modifiers.