Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func UseStateForUnknownIf ¶
func UseStateForUnknownIf(f UseStateForUnknownIfFunc, description string) planmodifier.Int32
UseStateForUnknownIf returns a plan modifier similar to UseStateForUnknown with a conditional
Types ¶
type UseStateForUnknownFuncResponse ¶
type UseStateForUnknownFuncResponse struct {
UseStateForUnknown bool
Diagnostics diag.Diagnostics
}
type UseStateForUnknownIfFunc ¶
type UseStateForUnknownIfFunc func(context.Context, planmodifier.Int32Request, *UseStateForUnknownFuncResponse)
UseStateForUnknownIfFunc is a conditional function used in UseStateForUnknownIf
func Int32Unchanged ¶ added in v0.105.0
func Int32Unchanged(attributePath path.Path) UseStateForUnknownIfFunc
Int32Unchanged sets UseStateForUnkown to true if the attribute's planned value matches the current state
Click to show internal directories.
Click to hide internal directories.