I feel like I've seen a dependency that enables an...
# google-cloud
q
I feel like I've seen a dependency that enables an API if needed--Secrets Manager in my case. Can't find it in the docs, though. Anyone know where I need to look?
q
Copy code
const enableCloudRun = new gcp.projects.Service("EnableCloudRun", {
    service: "<http://run.googleapis.com|run.googleapis.com>",
});
🙏 1