terraform/internal/stacks/stackruntime/hooks
Nick Fagerlund 7703a5aead Stacks: Add ProviderAddr field to ResourceInstanceStatusHookData
This updates the stackruntime `hooks.ResourceInstanceStatusHookData` struct to
include the provider address, and updates everything that instantiates that
struct to pass along the valid provider address it received from its own caller.

In other words, this commit is a bridge between the terraform.Hook interface
methods (which already have access to the provider address) and the stacks hook
callbacks that result in RPC messages being sent to the agent.
2024-02-27 19:28:20 -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: Add ProviderAddr field to ResourceInstanceStatusHookData 2024-02-27 19:28:20 -08:00
resourceinstancestatus_string.go stacks: More extensive in-progress plan events 2023-11-15 12:38:54 -08:00