terraform/internal/stacks/stackruntime/hooks
Martin Atkins 5372d5eb98 stacks+rpcapi(stacks): Model deposed objects for resource instances
Previously we incorrectly assumed that resource instances only have one
"current" object each. However, resource instances can also have deposed
objects which we must also keep track of.

This is a breaking change to the rpcapi since we're now using a new
message type for a resource instance _object_ address in several places.
That breakage is intentional here because at the time of writing this
commit the rpcapi is not yet in any stable release and we want to force
updating our existing internal client to properly handle deposed objects
too.
2023-11-15 12:38:56 -08:00
..
callbacks.go stackruntime: Add HashiCorp copyright comments 2023-11-15 12:38:55 -08:00
component.go stackruntime: Add HashiCorp copyright comments 2023-11-15 12:38:55 -08:00
component_instance.go stackruntime: Count actions successfully applied 2023-11-15 12:38:56 -08:00
componentinstancestatus_string.go stacks: More extensive in-progress plan events 2023-11-15 12:38:54 -08:00
doc.go stackruntime: Add HashiCorp copyright comments 2023-11-15 12:38:55 -08:00
provisionerstatus_string.go stacks: More extensive in-progress plan events 2023-11-15 12:38:54 -08:00
resource_instance.go stacks+rpcapi(stacks): Model deposed objects for resource instances 2023-11-15 12:38:56 -08:00
resourceinstancestatus_string.go stacks: More extensive in-progress plan events 2023-11-15 12:38:54 -08:00