Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func OnlyRefreshIfValueHasChanged ¶
func OnlyRefreshIfValueHasChanged(expression path.Expression) planmodifier.String
Types ¶
type OnlyRefreshIfValueHasChangedModifier ¶
type OnlyRefreshIfValueHasChangedModifier struct {
Expression path.Expression
}
useStateForUnknownModifier implements the plan modifier.
func (OnlyRefreshIfValueHasChangedModifier) Description ¶
func (m OnlyRefreshIfValueHasChangedModifier) Description(_ context.Context) string
Description returns a human-readable description of the plan modifier.
func (OnlyRefreshIfValueHasChangedModifier) MarkdownDescription ¶
func (m OnlyRefreshIfValueHasChangedModifier) MarkdownDescription(_ context.Context) string
MarkdownDescription returns a markdown description of the plan modifier.
func (OnlyRefreshIfValueHasChangedModifier) PlanModifyString ¶
func (m OnlyRefreshIfValueHasChangedModifier) PlanModifyString(ctx context.Context, req planmodifier.StringRequest, resp *planmodifier.StringResponse)
PlanModifyBool implements the plan modification logic. It will reuse the state value if the provided attribute is not changed
Click to show internal directories.
Click to hide internal directories.