WIP: Discard zero values from resource status
Done for the subnet for now, to gather feedback.
For #188
Could this cause issues when mutability is implemented? For example I am thinking about the case where you create a resource with a description, and then you remove the description. With this code unchanged, I suppose that the description in Status would remain?
Could this cause issues when mutability is implemented? For example I am thinking about the case where you create a resource with a description, and then you remove the description. With this code unchanged, I suppose that the description in Status would remain?
In theory, no, because we're using SSA and everything that is not send gets removed from the resulting resource. Of course, we'll have to test it properly (the update testing pattern we've drafted already accounts for this)
Failed to assess the semver bump. See logs for details.
@mandre Can we close #188, or is there any more work to do?
@mandre Can we close #188, or is there any more work to do?
Can be closed, good call.