crossplane-contrib / provider-jet-aws

AWS Provider for Crossplane that is built with Terrajet.
https://crossplane.io
Apache License 2.0
37 stars 30 forks source link

Make sure all API groups are in their final form #133

Closed muvaf closed 2 years ago

muvaf commented 3 years ago

What problem are you facing?

With full generation, we automate API group calculations but in some cases we might want to change the ones generated.

How could Crossplane help solve your problem?

Take a pass over all CRDs (763) and add exceptions as needed in the code so that we don't have to break them later.

turkenh commented 2 years ago

@muvaf just in case you're not aware, there is also a resource grouping in the terraform provider repository which could be another input while figuring out: https://github.com/hashicorp/terraform-provider-aws/tree/main/internal/service

muvaf commented 2 years ago

Thanks! It seems like they recently moved to that folder structure because I remember it was one big folder that contained all of them.