This Terraform module creates an example infrastructure for Qdrant Hybrid Cloud using Google Cloud.
Name | Version |
---|---|
terraform | ~> 1 |
5.32.0 |
Name | Version |
---|---|
5.32.0 | |
local | 2.5.1 |
No modules.
Name | Type |
---|---|
google_container_cluster.qdrant-hybrid-cloud | resource |
local_file.kubeconfig | resource |
google_client_config.default | data source |
Name | Description | Type | Default | Required |
---|---|---|---|---|
gcp_project | The GCP target project ID | string |
n/a | yes |
gcp_region | The GCP target region | string |
"us-central1" |
no |
gcp_zone | The GCP target zone | string |
"us-central1-c" |
no |
node_count | Node count | string |
3 |
no |
prefix | The prefix for all resources | string |
"example" |
no |
No outputs.