dry-pilot-73614
09/14/2018, 10:58 PMPlan apply failed: Error, failed to create instance unleash: googleapi: Error 403: Access Not Configured. Cloud SQL Admin API has not been used in project 563584335869 before or it is disabled. Enable it by visiting <https://console.developers.google.com/apis/api/sqladmin.googleapis.com/overview?project=563584335869> then retry. If you enabled this API recently, wait a few minutes for the action to propagate to our systems and retry., accessNotConfigured
I do have sqladmin.googleapis.com enabled, but 563584335869 is not my project.gcp:project
config value set to my project. I have no idea where 563584335869 is coming from.creamy-potato-29402
09/14/2018, 11:45 PMwhite-balloon-205
let enablesqladmin = new gcp.projects.Service("sqladmin", {
service: "<http://cloudbuild.googleapis.com|cloudbuild.googleapis.com>",
disableOnDestroy: false,
});
dry-pilot-73614
09/14/2018, 11:57 PMgcloud auth application-default login
fixed it.creamy-potato-29402
09/15/2018, 8:25 PMdry-pilot-73614
09/15/2018, 8:37 PMwhite-balloon-205