đŸ‘‹ Hey Pravin! That’s an interesting idea, we can do a lot more to make it easier for people to add resources.
@crooked-daybreak-55253 recently sent
this PR to refactor how we separate the resource logic into IaC-specific vs not, he also updated the contributing docs.
@polite-vr-31842 was looking at a schema for the usage file (so it’s not just a big YAML file). I wonder if those things help with the idea of auto-generating a structured scaffolding for a resource, e.g. you can run
make scaffold aws_resource_name_here
and it detects
aws
then creates the required files in the right places with comments/examples in those files