openscientia / terraform-provider-atlassian

Terraform ATLASSIAN Provider
https://registry.terraform.io/providers/openscientia/atlassian/latest
Mozilla Public License 2.0
5 stars 2 forks source link

Create scaffolding tool to generate resource and data source files #172

Closed iacabezasbaculima closed 1 year ago

iacabezasbaculima commented 1 year ago

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