Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ApplyPlannedChanges ¶
func ApplyPlannedChanges(ctx context.Context, plan *plans.Plan, configInst *eval.ConfigInstance, plugins plugins.Plugins) (*states.State, tfdiags.Diagnostics)
ApplyPlannedChanges is a temporary placeholder entrypoint for a new approach to applying based on an execution graph generated during the planning phase.
The signature here is a little confusing because we're currently reusing our old-style plan and state models, even though their shape isn't quite right for what we need here. A future version of this function will hopefully have a signature more tailored to the needs of the new apply engine, once we have a stronger understanding of what those needs are.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.