package
1.12.0-alpha20250213
Repository: https://github.com/hashicorp/terraform.git
Documentation: pkg.go.dev

# Functions

ChangeTypesForPlanAction returns the [ChangeType] sequence that corresponds to the given plan action, or an error if there is no known equivalent.
NewAttributePath constructs an [AttributePath] message object from a [cty.Path] value.
NewDynamicValue constructs a [DynamicValue] message object from a [plans.DynamicValue], which is Terraform Core's typical in-memory representation of an already-serialized dynamic value.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ToDynamicValue uses NewDynamicValue to construct a DynamicValue from the provider cty.Value.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

Enum value maps for ChangeType.
Enum value maps for ChangeType.
Enum value maps for Deferred_Reason.
Enum value maps for Deferred_Reason.
No description provided by the author
Enum value maps for FindStackConfigurationComponents_Instances.
Enum value maps for FindStackConfigurationComponents_Instances.
Enum value maps for PlanMode.
Enum value maps for PlanMode.
Enum value maps for ResourceMode.
Enum value maps for ResourceMode.
Enum value maps for StackChangeProgress_ComponentInstanceStatus_Status.
Enum value maps for StackChangeProgress_ComponentInstanceStatus_Status.
Enum value maps for StackChangeProgress_ProvisionerStatus_Status.
Enum value maps for StackChangeProgress_ProvisionerStatus_Status.
Enum value maps for StackChangeProgress_ResourceInstanceStatus_Status.
Enum value maps for StackChangeProgress_ResourceInstanceStatus_Status.

# Structs

Describes a change made during a Stacks.ApplyStackChanges call.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Represents the address of a specific component instance within a stack.
Deferred contains all the metadata about a the deferral of a resource instance change.
Represents dynamically-typed data from within the Terraform language.
Represents a change of some object from one dynamic value to another.
Represents a DynamicValue accompanied by a source location where it was presumably defined, for values that originated in configuration files for situations such as returning error messages.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Describes one item in a stack plan.
Represents a single caller-facing description of a change, to use for presenting information to end users in the UI and for other subsystems such as imposing policy rules on the resulting plan.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Reports the existence of a particular instance of a component, once Terraform has resolved arguments such as "for_each" that might make the set of instances dynamic.
Note: this is only for input variables from the topmost stack configuration, because all other input variables are internal to the configuration and not part of its public API.
Note: this is only for output values from the topmost stack configuration, because all other output values are internal to the configuration and not part of its public API.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Represents the address of a specific resource instance inside a specific component instance within the containing stack.
Represents the address of a specific resource instance object inside a specific component instance within the containing stack.
A container for "progress report" events in both Stacks.PlanStackChanges and Stacks.ApplyStackChanges, which share this message type to allow clients to share event-handling code between the two phases.
ComponentInstanceChanges represents a roll-up of change counts for a component instance plan or apply operation.
No description provided by the author
ComponentInstances represents the result of expanding a component into zero or more instances.
No description provided by the author
ComponentInstanceStatus describes the current status of a component instance undergoing a plan or apply operation.
No description provided by the author
DeferredResourceInstancePlannedChange represents a planned change for a resource instance that is deferred due to the reason provided.
No description provided by the author
ProvisionerOutput represents recorded output data emitted by a provisioner during a resource instance's apply operation.
No description provided by the author
ProvisionerStatus represents the progress of a given provisioner during its resource instance's apply operation.
No description provided by the author
ResourceInstancePlannedChange describes summary information about a planned change for a resource instance.
No description provided by the author
No description provided by the author
No description provided by the author
ComponentInstanceStatus describes the current status of a resource instance undergoing a plan or apply operation.
No description provided by the author
UnimplementedStacksServer can be embedded to have forward compatible implementations.
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
StacksClient is the client API for Stacks service.
StacksServer is the server API for Stacks service.

# Type aliases

No description provided by the author
Reason describes the reason why a resource instance change was deferred.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author