terraform/internal/stacks/stackstate
Martin Atkins d91e5dc9f1 stackstate: Include correct object data when announcing applied resource
Previously we just had this just stubbed out to always return an empty
object because we didn't have the schema information available to
transcode the JSON-encoded state data into the form our RPC API wants to
produce.

An earlier commit added the schema information we need, so we can now
transcode just in time to produce the protocol buffers serialization of
the applied change description.

This is still otherwise just a stub implementation. We'll still need to
deal with emitting the "raw" representation of this state for use in
future plans, and make sure we're properly handling deposed objects, in
future commits.
2023-11-15 12:38:55 -08:00
..
applied_change.go stackstate: Include correct object data when announcing applied resource 2023-11-15 12:38:55 -08:00