crossplane / terrajet

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

Controllers setup functions should be registered #31

Closed turkenh closed 2 years ago

turkenh commented 2 years ago

What problem are you facing?

Currently we are generating controllers setup functions but do not call setup of individual controllers like this.

How could Terrajet help solve your problem?

This sounds like a similar problem to #20 and we might consider introducing a similar mechanism to register controllers.

turkenh commented 2 years ago

Looks like there is a problem with the approach we used to register types, hence we cannot follow the same approach here for the same reason.

We had an offline discussion with @muvaf regarding that and he kindly suggested dealing with this one as part of revisiting registering types. Hence assigning this ticket to him.