Documentation
¶
Index ¶
Constants ¶
View Source
const ( // ExplicitSuppress strategy suppresses "(known after changes)" messages unless we're in the initial creation ExplicitSuppress = iota )
Variables ¶
This section is empty.
Functions ¶
func SuppressDiff ¶
func SuppressDiff(strategy int) planmodifier.Float64
SuppressDiff returns a plan modifier that propagates a state value into the planned value, when it is Known, and the Plan Value is Unknown
func UseConfigValue ¶ added in v3.4.0
func UseConfigValue() planmodifier.Float64
UseConfigValue returns a plan modifier that ensures the configuration value is always used for plan-only attributes, preventing Terraform core from copying prior state into the plan when configuration is null.
func UseHoistedValue ¶ added in v3.4.2
func UseHoistedValue(sources []utils.HoistedSource) planmodifier.Float64
UseHoistedValue returns a plan modifier that copies the value from the active oneOf variant to the hoisted field at the parent level.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.