Hello everyone,
I’m new to developing plugins for Terraform and am currently evaluating the framework’s code generator.
Can someone explain to me why the code generation implements various functions for (Single-)NestedAttribute, generating approximately 240 lines of code per nested object?
The plugin developmnet tutorial doesn’t mention these functions. What’s the advantage of type conversation in code-gen, and how else does it work without using the code generator?
I’ve read that it might have something to do with the conversion of null and unknown, but can someone please explain this to me for a plugin developer beginner? Thanks.