mirror of
https://github.com/hashicorp/terraform.git
synced 2026-03-03 05:50:43 -05:00
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. |
||
|---|---|---|
| .. | ||
| callbacks.go | ||
| component.go | ||
| component_instance.go | ||
| componentinstancestatus_string.go | ||
| doc.go | ||
| provisionerstatus_string.go | ||
| resource_instance.go | ||
| resourceinstancestatus_string.go | ||