Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BoolRequiresReplaceWhenSwitchingTo ¶
func BoolRequiresReplaceWhenSwitchingTo(to bool) boolplanmodifier.RequiresReplaceIfFunc
func UseNullStateForUnknown ¶
func UseNullStateForUnknown() useNullStateForUnknownModifier
UseNullStateForUnknown returns a plan modifier that copies a known prior state value into the planned value. Use this when it is known that an unconfigured value will remain the same after a resource update.
To prevent Terraform errors, the framework automatically sets unconfigured and Computed attributes to an unknown value "(known after apply)" on update. Using this plan modifier will instead display the prior state value in the plan, unless a prior plan modifier adjusts the value.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.