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