sparse-intern-71089
10/28/2020, 11:55 PMgentle-diamond-70147
10/29/2020, 12:01 AMpulumi state rm ...
.
That will leave the resource "orphaned", so you'll need to delete it manually if you still need to.little-cartoon-10569
10/29/2020, 12:05 AMpulumi up
to destroy them.many-spring-73557
10/29/2020, 12:10 AMmany-spring-73557
10/29/2020, 12:18 AMnew gcp.projects.Service("EnableCloudRun", { service: "<http://run.googleapis.com|run.googleapis.com>" }, { protect: true });
which is essentially just a flag that I need to enable one time. We’d like to enable it programmatically, so we do there, and it doesn’t seem to cause any problems when running it on multiple stacks in the same project.
But if I try to destroy the stack, or comment out the line, then pulumi tries to delete it. So what’s the recommended approach for saying “hey turn this thing on” but don’t try to delete it?many-spring-73557
10/29/2020, 12:21 AMnew gcp.appengine.Application
gentle-diamond-70147
10/29/2020, 12:22 AMmany-spring-73557
10/29/2020, 12:22 AMmany-spring-73557
10/29/2020, 12:29 AM