Terraform Provider Qdrant Cloud banner
qdrant qdrant

Terraform Provider Qdrant Cloud

DevOps community

Description

A Terraform plugin that allows to manage and configure Qdrant Cloud resources

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Qdrant Cloud Terraform Provider

[![Terraform Registry](https://img.shields.io/badge/Terraform-Registry-blue.svg)](https://registry.terraform.io/providers/qdrant/qdrant-cloud) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

Welcome to the official Terraform provider for Qdrant Cloud!

[Qdrant](https://qdrant.tech/) is a vector similarity search engine that provides a production-ready service with a convenient API to store, search, and manage points—vectors with an additional payload. You can use it to extract meaningful information from unstructured data.

[Qdrant Cloud](https://qdrant.tech/cloud/) is the DBaaS solution for Qdrant, offering a fully managed service that lets you focus on your applications without worrying about the underlying infrastructure.

This Terraform provider allows you to manage your Qdrant Cloud resources programmatically, making it easy to integrate Qdrant into your infrastructure as code (IaC) workflows.

Getting Started

To get started with the Qdrant Cloud Terraform provider, you'll need to have a Qdrant Cloud account. If you don't have one, you can sign up for a free account at [cloud.qdrant.io](https://cloud.qdrant.io/).

Next, you'll need to create an API key. You can find instructions on how to do that in the [Qdrant Cloud documentation](https://qdrant.tech/documentation/cloud/authentication/).

Once you have your API key, you can configure the provider in your Terraform code:

# see: https://registry.terraform.io/providers/qdrant/qdrant-cloud/latest/docs/guides/getting-started
# Setup Terraform, including the qdrant-cloud providers
terraform {
  required_version = ">= 1.7.0"
  required_providers {
    qdrant-cloud = {
      source  = "qdrant/qdrant-cloud"
      version = ">=1.1.0"
    }
  }
}

provider "qdrant-cloud" {
  api_key    = ""  // API Key generated in Qdrant Cloud (required)
  account_id = "