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

Add top-level known referencers in single config #142

Closed muvaf closed 2 years ago

muvaf commented 2 years ago

Description of your changes

With this change, we get the following number of referencer configs on top of the existing ones:

VPC: 27
Key: 35
Role: 68
SecurityGroup: 35
Subnet: 36

Fixes https://github.com/crossplane-contrib/provider-jet-aws/issues/135

I have:

How has this code been tested

make reviewable