Skip to content

Latest commit

 

History

History

gcore

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Qdrant Hybrid Cloud Example for Gcore

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

Requirements

Name Version
gcore 0.8.13
tls 4.0.4

Providers

Name Version
gcore 0.8.13
local 2.5.1
tls 4.0.4

Modules

No modules.

Resources

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

Inputs

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

Outputs

No outputs.