This message was deleted.
# contributors
b
This message was deleted.
b
its just a thought there will be some challenges but we can automate some part of it and new contributors can only work on usage part
w
đŸ‘‹ 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
p
I like what @bulky-florist-87783 is suggesting. I think when the discussions regarding separating the core logic of resources from IACs are done we can move to implement such automation tools.
w
yeah it’s really cool to see how the different strands of work in the community come together to help contributors add resources quickly!