Skip to content

Latest commit

 

History

History

civo

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Qdrant Hybrid Cloud Example for Civo

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

Requirements

Name Version
terraform ~> 1
civo 1.0.39

Providers

Name Version
civo 1.0.39
local 2.5.1

Modules

No modules.

Resources

Name Type
civo_firewall.qdrant-hybrid-cloud-firewall resource
civo_kubernetes_cluster.qdrant-hybrid-cloud resource
local_file.kubeconfig resource
civo_size.node_size data source

Inputs

Name Description Type Default Required
token The Civo API key string n/a yes
node_count Node count string 3 no
node_size The size of the nodes string "g4s.kube.medium" no
prefix The prefix for all resources string "example" no
region The region of the cluster string "LON1" no

Outputs

No outputs.