Skip to content

Latest commit

 

History

History

azure

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Qdrant Hybrid Cloud Example for Azure

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

Requirements

Name Version
terraform ~> 1
azurerm 3.107.0

Providers

Name Version
azurerm 3.107.0
local 2.5.1

Modules

No modules.

Resources

Name Type
azurerm_kubernetes_cluster.qdrant-hybrid-cloud resource
azurerm_resource_group.qdrant-hybrid-cloud resource
azurerm_subnet.qdrant-hybrid-cloud-internal resource
azurerm_virtual_network.qdrant-hybrid-cloud resource
local_file.kubeconfig resource

Inputs

Name Description Type Default Required
azure_client_id The Azure client ID string n/a yes
azure_client_secret The Azure client secret string n/a yes
azure_subscription_id The Azure subscription ID string n/a yes
azure_tenant_id The Azure tenant ID string n/a yes
azure_location Azure location used for all resources string "East US" no
instance_type Instance type used for all nodes string "Standard_DS2_v2" no
node_count Node count string 3 no
prefix The prefix for all resources string "example" no

Outputs

No outputs.