Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Int64Changed ¶ added in v0.90.0
func Int64Changed(ctx context.Context, attributeName string, request planmodifier.Int64Request, response *UseStateForUnknownFuncResponse)
Int64Changed sets UseStateForUnkown to true if the attribute's planned value matches the current state
func UseStateForUnknownIf ¶
func UseStateForUnknownIf(f UseStateForUnknownIfFunc, attributeName, description string) planmodifier.Int64
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, string, planmodifier.Int64Request, *UseStateForUnknownFuncResponse)
UseStateForUnknownIfFunc is a conditional function used in UseStateForUnknownIf
Click to show internal directories.
Click to hide internal directories.