This Terraform module creates an example infrastructure for Qdrant Hybrid Cloud using Vultr.
Name | Version |
---|---|
terraform | ~> 1 |
vultr | 2.19.0 |
Name | Version |
---|---|
local | 2.4.1 |
vultr | 2.19.0 |
No modules.
Name | Type |
---|---|
local_file.kubeconfig | resource |
vultr_kubernetes.qdrant-hybrid-cloud | resource |
Name | Description | Type | Default | Required |
---|---|---|---|---|
api_key | This is the Vultr API key | string |
n/a | yes |
k8s_version | The version of your VKE cluster you want deployed | string |
"v1.31.0+1" |
no |
node_count | The number of nodes in the VKE cluster | number |
3 |
no |
node_pools_plan | The plan for the node pools in your VKE cluster | string |
"vc2-4c-8gb" |
no |
prefix | The prefix for all resources | string |
"example" |
no |
region | The region your VKE cluster will be deployed in | string |
"ewr" |
no |
No outputs.