This Terraform module creates an example infrastructure for Qdrant Hybrid Cloud using Gcore.
Name | Version |
---|---|
gcore | 0.8.13 |
tls | 4.0.4 |
Name | Version |
---|---|
gcore | 0.8.13 |
local | 2.5.1 |
tls | 4.0.4 |
No modules.
Name | Type |
---|---|
gcore_k8sv2.qdrant-hybrid-cloud | resource |
gcore_keypair.keypair | resource |
gcore_network.network | resource |
gcore_subnet.subnet | resource |
local_file.kubeconfig | resource |
local_file.ssh_public_key_openssh | resource |
local_sensitive_file.ssh_private_key_pem | resource |
tls_private_key.global_key | resource |
gcore_k8sv2_kubeconfig.qdrant-hybrid-cloud | data source |
gcore_project.project | data source |
gcore_region.region | data source |
Name | Description | Type | Default | Required |
---|---|---|---|---|
permanent_api_token | API token for Gcore API | string |
n/a | yes |
flavor | The flavor of the instance | string |
"g1-standard-4-8" |
no |
node_count | The number of nodes in the cluster | number |
1 |
no |
prefix | The prefix for all resources | string |
"example" |
no |
project_name | The name of the Gcore project | string |
"Default" |
no |
region | The region for the setup | string |
"Luxembourg-2" |
no |
No outputs.