Skip to content

Latest commit

 

History

History

ovh

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Qdrant Hybrid Cloud Example for OVH Cloud

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

Requirements

Name Version
terraform ~> 1
ovh 0.40.0

Providers

Name Version
local 2.5.1
ovh 0.40.0

Modules

No modules.

Resources

Name Type
local_file.kubeconfig resource
ovh_cloud_project_kube.qdrant-hybrid-cloud resource
ovh_cloud_project_kube_nodepool.qdrant-hybrid-cloud-nodes resource

Inputs

Name Description Type Default Required
application_key The OVH Cloud API application key string n/a yes
application_secret The OVH Cloud API application secret string n/a yes
consumer_key The OVH Cloud API consumer key string n/a yes
service_name The OVH Cloud Project Service name string n/a yes
cluster_region This Kubernetes cluster's location string "DE1" no
endpoint The OVH Cloud API endpoint string "ovh-eu" no
node_count The number of nodes number 3 no
node_flavor The flavor of the nodes string "b2-7" no
prefix The prefix for all resources string "example" no

Outputs

No outputs.