provider-gcp icon indicating copy to clipboard operation
provider-gcp copied to clipboard

Expose the projectId for a CloudSQLInstance

Open dsyer opened this issue 5 years ago • 0 comments

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.

dsyer avatar Feb 04 '20 14:02 dsyer