crossplane-contrib / provider-jet-equinix

Crossplane Provider for Equinix Metal, Fabric, and Network Edge
https://marketplace.upbound.io/providers/equinix/provider-jet-equinix/
Apache License 2.0
7 stars 4 forks source link

Add support for observe only resources and managementPolicies #49

Open displague opened 1 week ago

displague commented 1 week ago

What problem are you facing?

create an observe only resource for a Project using the equinix provider? I’ve tried the recommended approach in the Crossplane docs, but since there is no managementPolicies support in the API, the resource creates but give me reconciler errors and does not populate the UUID of the project in the Status.

How could Equinix Provider help solve your problem?

The template provider implemented this feature in https://github.com/crossplane/upjet-provider-template/pull/31/files with notable updates to that feature made in https://github.com/crossplane/upjet-provider-template/pull/60

displague commented 1 week ago

This may be blocked by #29