mirror of
https://github.com/hashicorp/terraform.git
synced 2026-04-21 06:08:16 -04:00
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. |
||
|---|---|---|
| .. | ||
| callbacks.go | ||
| component.go | ||
| component_instance.go | ||
| componentinstancestatus_string.go | ||
| doc.go | ||
| provisionerstatus_string.go | ||
| resource_instance.go | ||
| resourceinstancestatus_string.go | ||