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

Apply tagging convention #136

Closed muvaf closed 2 years ago

muvaf commented 2 years ago

What problem are you facing?

In Crossplane, we have a tagging convention for all managed resources but they are not implemented in Jet AWS.

How could Crossplane help solve your problem?

We can possibly add a simple templating to provider-jet-aws to produce getters/setters for spec.forProvider.tags field, if it exists, and use that in a custom initializer that can be wired up in Setup function. Though the last one probably requires a Terrajet change.