You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to support lots of terraform providers it would be nice to have a script that can modularize a terraform provider based on its documentation
The script would have to pull from a web page or github repo and parse the documentation which is usually pretty standardized amongst well-used terraform providers
The script would also have to output valid HCL
The requirement for outputting valid HCL might also require being able to parse HCL so finding or creating an HCL parser/library might be a necessary first step to this task
Deliverables
A script that can take a provider name as input, and reach out to documentation or webpage and scrape information needed form the documentation to create a terraform/opentofu module that can immediately be used as a terraform/opentofu module for provisioning resources.
Considerations
Keep it simple
It doesn't have to support every possible configuration or edge cases since it will be mostly boilerplate.
It is fine if it meets specific opinions about how a terraform module should look.
The text was updated successfully, but these errors were encountered:
Information
Deliverables
Considerations
The text was updated successfully, but these errors were encountered: