provider-gcp
provider-gcp copied to clipboard
Expose the projectId for a CloudSQLInstance
I guess it might be useful for nearly all GCP objects, but CloudSQLInstance
is the one I am interested in for now. Currently I need the project ID occasionally in application configuration, and the only way to get it is to hard code it somewhere. It is always available to crossplane when it creates the secret, so it could just be included as its own key.
See #159 for similar change adding SQL specific key.