Skip to content

Latest commit

 

History

History

gcp

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Qdrant Hybrid Cloud Example for Google Cloud

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

Requirements

Name Version
terraform ~> 1
google 5.32.0

Providers

Name Version
google 5.32.0
local 2.5.1

Modules

No modules.

Resources

Name Type
google_container_cluster.qdrant-hybrid-cloud resource
local_file.kubeconfig resource
google_client_config.default data source

Inputs

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

Outputs

No outputs.