Closed iacabezasbaculima closed 1 year ago
na
All new resources and data sources.
It would be useful to have a way to generate all necessary files, i.e. **.go and **_test.go, for a specific resource or data source.
**.go
**_test.go
This would greatly increase productivity and enforce common partners when adding new resources and data sources to the provider.
Create an scaffolding tool to generate all required files when adding a new resource or data source to the provider.
Low
https://github.com/spf13/cobra
Terraform CLI and Provider Versions
na
New or Affected Resource(s)
All new resources and data sources.
Use Cases or Problem Statement
It would be useful to have a way to generate all necessary files, i.e.
**.go
and**_test.go
, for a specific resource or data source.This would greatly increase productivity and enforce common partners when adding new resources and data sources to the provider.
Proposal
Create an scaffolding tool to generate all required files when adding a new resource or data source to the provider.
How much impact is this issue causing?
Low
Additional Information
https://github.com/spf13/cobra
Code of Conduct