is there a way to create a GCP task queue and set ...
# google-cloud
a
is there a way to create a GCP task queue and set it to paused with pulumi?
q
You can definitely create the queue: https://www.pulumi.com/registry/packages/google-native/api-docs/cloudtasks/v2/queue/ but I don’t believe it can be paused via Pulumi. I’m looking through the code to check if I am wrong
a
thanks, we’ve got some task queues made by pulumi, i dont see a way to pause them though