cce

camptocamp/cce/opentelekomcloud

Terraform Module HCL OPENTELEKOMCLOUD
Install
module "cce" {
source = "camptocamp/cce/opentelekomcloud"
version = "0.3.0"
}
plain text: /constructs/tfmod-camptocamp-cce-opentelekomcloud/install.txt
⭐ Source on GitHub 📦 Registry page
README

terraform-opentelekomcloud-cce

Inputs (10)
NameTypeDescriptionDefault
cluster_namestringThe name of the Kubernetes cluster to create. required
vpc_idstringThe ID of the VPC used to create the node. required
flavor_idstringCluster specifications. required
cluster_versionstringThe K8s version to use. required
subnet_idstringThe Network ID of the subnet used to create the node. required
cluster_typestringCluster Type, possible values are VirtualMachine and BareMetal."VirtualMachine"
container_network_typestringContainer network type."overlay_l2"
authentication_modestringAuthentication mode of the cluster, possible values are rbac and authenticating_"rbac"
multi_azboolEnable multiple AZs for the cluster, only when using HA flavors.false
node_poolsmap(map(any))Map of map of node pools to create.{}
Outputs (1)
kubeconfig — kubectl config file contents for this K3s cluster.
Resources (2)
opentelekomcloud_cce_cluster_v3opentelekomcloud_cce_node_pool_v3
Details
FrameworkTerraform Module
LanguageHCL
Version0.3.0
Cloud OPENTELEKOMCLOUD
★ Stars0
Forks4
Total downloads909
Inputs10
Outputs1
Resources2
Namespacecamptocamp
Updated