crossplane-contrib / provider-alibaba

Crossplane provider for Alibaba Cloud
Apache License 2.0
50 stars 18 forks source link

Use meta.GetExternalName(mg) to check whether the managed resource exists #93

Closed zzxwill closed 3 years ago

zzxwill commented 3 years ago

Description of your changes

If we don't use meta.GetExternalName(mg) as the identifier when the managed resource exists, or there will be more than one external cloud resources are created.

I have:

How has this code been tested