cce
camptocamp/cce/opentelekomcloud
Terraform Module
HCL
OPENTELEKOMCLOUD
Install
module "cce" {
source = "camptocamp/cce/opentelekomcloud"
version = "0.3.0"
}
README
terraform-opentelekomcloud-cce
Inputs (10)
| Name | Type | Description | Default |
|---|---|---|---|
| cluster_name | string | The name of the Kubernetes cluster to create. | required |
| vpc_id | string | The ID of the VPC used to create the node. | required |
| flavor_id | string | Cluster specifications. | required |
| cluster_version | string | The K8s version to use. | required |
| subnet_id | string | The Network ID of the subnet used to create the node. | required |
| cluster_type | string | Cluster Type, possible values are VirtualMachine and BareMetal. | "VirtualMachine" |
| container_network_type | string | Container network type. | "overlay_l2" |
| authentication_mode | string | Authentication mode of the cluster, possible values are rbac and authenticating_ | "rbac" |
| multi_az | bool | Enable multiple AZs for the cluster, only when using HA flavors. | false |
| node_pools | map(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