Hi, I'm using pulumi to deploy queues in elastic-m...
# general
w
Hi, I'm using pulumi to deploy queues in elastic-mq (https://github.com/softwaremill/elasticmq, it is sqs api supported) by changing aws:endpoints > sqs config param in pulumi.*.yaml. The resources are created, but the deployment fails saying timed out waiting for resource to be created. If I run the deployment again, then it registers the queues as created How do I disable the created state check in pulumi for a resource ? I see a param in Pulumi.ResourceOptions to set custom timeouts but is there any way to disable the resource created check only ?