I’m porting an SDKv2 plugin to the plugin framework, and I have some data sources with default values. I see plan modification is supported for resources but not for data sources. Was this something that was overlooked or quietly deprecated?
I can handle default values in the Read()
function like terraform-provider-tls, but I was curious if this was an intentional change?