Skip to content

Latest commit

 

History

History

digitalocean

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Qdrant Hybrid Cloud Example for DigitalOcean

This Terraform module creates an example infrastructure for Qdrant Hybrid Cloud using DigitalOcean.

Requirements

Name Version
terraform >= 1.0
digitalocean ~> 2.0

Providers

Name Version
digitalocean 2.36.0
local 2.5.1

Modules

No modules.

Resources

Name Type
digitalocean_kubernetes_cluster.qdrant-hybrid-cloud resource
digitalocean_project.qdrant-hybrid-cloud resource
local_file.kubeconfig resource
digitalocean_kubernetes_versions.kubernetes-version data source

Inputs

Name Description Type Default Required
do_token Provide a token to access Digital Ocean string n/a yes
kubernetes_version_prefix The Kubernetes version prefix to find latest version string "1.29" no
node_count The number of Droplet instances in the node pool. number 1 no
prefix The prefix for all resources string "example" no
region The location of the cluster string "fra1" no
size The slug identifier for the type of Droplet to be used as workers in the node pool. string "s-4vcpu-8gb" no

Outputs

No outputs.