This Terraform module creates an example infrastructure for Qdrant Hybrid Cloud using Civo.
| Name | Version |
|---|---|
| terraform | ~> 1 |
| civo | 1.0.39 |
| Name | Version |
|---|---|
| civo | 1.0.39 |
| local | 2.5.1 |
No modules.
| 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 |
| 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 |
No outputs.