Skip to content

Latest commit

 

History

History
53 lines (40 loc) · 2.98 KB

README.md

File metadata and controls

53 lines (40 loc) · 2.98 KB

Qdrant Hybrid Cloud Example for Scaleway

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

Requirements

Name Version
terraform ~> 1

Providers

Name Version
local 2.5.0
scaleway 2.38.0

Modules

No modules.

Resources

Name Type
local_file.kubeconfig resource
scaleway_k8s_cluster.cluster resource
scaleway_k8s_pool.node_pool resource
scaleway_vpc.qdrant-hybrid-cloud resource
scaleway_vpc_private_network.qdrant-hybrid-cloud resource

Inputs

Name Description Type Default Required
access_key Scaleway access key string n/a yes
project_id Project ID string n/a yes
secret_key Scaleway secret key string n/a yes
kubernetes_version The version of the Kubernetes cluster. string "1.29.1" no
node_type The commercial type of the pool instances. Instances with insufficient memory are not eligible (DEV1-S, PLAY2-PICO, STARDUST). external is a special node type used to provision from other Cloud providers. string "DEV1-M" no
pool_size The size of the pool number 1 no
prefix The prefix for all resources string "example" no
region The region that will be used as default value for all resources. (fr-par if none specified) string "fr-par" no
subnet_cidr The IPv4 subnet to associate with the private network. string "192.168.0.0/22" no

Outputs

Name Description
cluster_apiserver_url n/a
cluster_id n/a