crossplane-contrib / provider-jet-gcp

GCP Provider for Crossplane generated using Terrajet
Apache License 2.0
12 stars 21 forks source link

Cluster is missing Network and Subnetwork references #75

Open micnncim opened 2 years ago

micnncim commented 2 years ago

What problem are you facing?

Currently, the Cluster managed resource is missing reference fields to Network and Subnetwork resources^1.

It'd be unexpected to users because the Cluster resource in provider-gcp has references to both^2 and other resources in this provider like the Subnetwork resource^3.

While it's possible to specify Network and Subnetwork resources with the network and subnetwork fields, the value of the fields must be selfLink. This would make it annoying to configure them and it harder to create compositions.

How could GCP Provider help solve your problem?

References should be added.