crossplane / terrajet

Generate Crossplane Providers from any Terraform Provider
https://crossplane.io
Apache License 2.0
290 stars 38 forks source link

Capitalize prefix/suffix acronyms in default resource config's kind name #179

Closed ulucinar closed 2 years ago

ulucinar commented 2 years ago

Description of your changes

Fixes #178

In the default resource config, capitalize acronyms appearing as prefix/suffixes in kind names. For example, instead of Serverid, we would like to have the default kind name as ServerID.

I have:

How has this code been tested

With provider-jet-azure by generating resources from main branch.