Hi, I have just setup qdrant self hosted using Pul...
# general
v
Hi, I have just setup qdrant self hosted using Pulumi IaC, and now am exploring how I can actually setup Qdrant Hybrid Cloud using Pulumi IaC only. I couldn't find any documentation around this specific use case, so I'm reaching out to the community to check if somebody has done this kind of setup before. Thanks simple smile
l
I see there is a Terraform provider available for QDrant Cloud here: https://registry.terraform.io/providers/qdrant/qdrant-cloud/latest/docs You can leverage the Pulumi Any Terraform functionality using this provider. Have a read at this blog article: https://www.pulumi.com/blog/any-terraform-provider/