cce

FlexibleEngineCloud/cce/flexibleengine

Terraform Module HCL FLEXIBLEENGINE

Terraform module which creates CCE resources on Flexible Engine

Install
module "cce" {
source = "FlexibleEngineCloud/cce/flexibleengine"
version = "2.7.1"
}
plain text: /constructs/tfmod-flexibleenginecloud-cce-flexibleengine/install.txt
⭐ Source on GitHub 📦 Registry page
README

Flexible Engine CCE2 Cluster Terraform Module Terraform module for deploying a CCEv2 cluster. Module Version - v2.3.0: compatibility break!! please read carefuly the release note https://github.com/FlexibleEngineCloud/terraform-flexibleengine-cce/releases/tag/v2.3.0 - v2.2.0: please read carefuly the release note https://github.com/FlexibleEngineCloud/terraform-flexibleengine-cce/releases/tag/v2.2.0 - v2.1.0: please read carefuly the release note https://github.com/FlexibleEngineCloud/terraform-flexibleengine-cce/releases/tag/v2.1.0 Terraform format ```hcl module "cce2_cluster" { source = "FlexibleEngineCloud/cce/flexibleengine" version = "2.3.0" cluster_name = "cluster-test" cluster_desc = " Cluster for testing purpose" cluster_flavor = "cce.s1.small" vpc_id = " " network_id = " " //Cauti

Inputs (16)
NameTypeDescriptionDefault
cluster_versionstringVersion of the cluster required
cluster_namestringName of the cluster required
key_pairstringName of the SSH key pair required
cluster_descstringDescription of the cluster required
cluster_flavorstringFlavor of the CCE2 Cluster required
network_idstringID of the Network required
vpc_idstringID of the VPC required
node_osstringOperating System of the CCE Worker Node required
cluster_typestringCluster Type, possible values are VirtualMachine and BareMetal"VirtualMachine"
availability_zonestringAvailability Zone used to deploy"eu-west-0a"
node_runtimestringRuntime of the CCE Worker Node. Valid values are docker and containerd."containerd"
extend_parammap(string)Extended Parameters{}
node_pool_listlist(object({ node_pool_inNodes poool list of the CCE2 Cluster[]
nodes_listlist(object({ node_index Nodes list of the CCE2 Cluster[]
container_network_typestringNetwork type of the container"overlay_l2"
cluster_eipstringEIP of the clusternull
Outputs (5)
cluster_id — ID of the Cluster created
nodes_list — List of nodes
nodes_ip — List of nodes IP addresses
cce_certificate_clusters — CCE cluster certificate
cce_certificate_users — CCE user certificate
Resources (3)
flexibleengine_cce_cluster_v3flexibleengine_cce_node_pool_v3flexibleengine_cce_node_v3
Topics & Tags
terraform-module
Details
FrameworkTerraform Module
LanguageHCL
Version2.7.1
Cloud FLEXIBLEENGINE
★ Stars4
Forks4
Total downloads9.9k
Inputs16
Outputs5
Resources3
Examples2
LicenseApache-2.0
NamespaceFlexibleEngineCloud
Updated