connect

Altinity/connect/altinitycloud

Terraform Module HCL ALTINITYCLOUD

Terraform module for connecting Kubernetes clusters to Altinity.Cloud

Install
module "connect" {
source = "Altinity/connect/altinitycloud"
version = "0.133.0"
}
plain text: /constructs/tfmod-altinity-connect-altinitycloud/install.txt
⭐ Source on GitHub 📦 Registry page
README

terraform-altinitycloud-connect Terraform module for connecting your Kubernetes clusters to Altinity.Cloud. If you're looking for a way to manage ClickHouse clusters via Terraform, see terraform-provider-altinitycloud. Usage ``terraform provider "kubernetes" { # https://registry.terraform.io/providers/hashicorp/kubernetes/latest/docs } module "altinitycloud_connect" { source = "altinity/connect/altinitycloud" version = "0.21.0" # cloud-connect.pem is produced by altinitycloud-connect login. # See https://github.com/altinity/altinitycloud-connect for details. pem = file("cloud-connect.pem") } `` Legal All code, unless specified otherwise, is licensed under the Apache-2.0 license. Copyright (c) 2022 Altinity, Inc.

Inputs (10)
NameTypeDescriptionDefault
pemstringThe contents of cloud-connect.pem generated by https://github.com/altinity/altin""
imagestringCustom Docker image (defaults to altinity/cloud-connect:$version)""
image_pull_policystringImage pull policy as described in https://kubernetes.io/docs/concepts/containers""
wait_connectedboolWait for environment to be connectedfalse
wait_readyboolWait for environment to be ready (to launch ClickHouse clusters & accept trafficfalse
namespace_annotationsmap(string)Map of annotations for `altinity-cloud-*` namespaces{}
use_external_secretboolfalse
urlstring"https://anywhere.altinity.cloud"
wait_timeout_in_secondsnumberMax time to wait in seconds (45min by default)2700
namespace_labelsmap(string)Map of labels for `altinity-cloud-*` namespaces{}
Outputs (2)
system_namespace
clickhouse_namespace
Resources (8)
kubernetes_cluster_role_binding_v1kubernetes_cluster_role_v1kubernetes_deployment_v1kubernetes_namespace_v1kubernetes_role_binding_v1kubernetes_secret_v1kubernetes_service_account_v1null_resource
Topics & Tags
infra
Details
FrameworkTerraform Module
LanguageHCL
Version0.133.0
Cloud ALTINITYCLOUD
★ Stars5
Forks1
Total downloads5.9k
Inputs10
Outputs2
Resources8
LicenseApache-2.0
NamespaceAltinity
Updated