hcloud
diceone/hcloud/rancher2
Terraform Module
HCL
RANCHER2
Install
module "hcloud" {
source = "diceone/hcloud/rancher2"
version = "0.0.4"
}
README
terraform-module-rancher2-hcloud This is a terraform module for hcloud rancher2/k8s cluster provisioning.
Inputs (15)
| Name | Type | Description | Default |
|---|---|---|---|
| k8sworker-image | string | "centos-7" | |
| count_k8s_controlplane_nodes | string | "0" | |
| cluster_name | string | "custom" | |
| rancher_version | string | "v2.4.2" | |
| hcloud_token | string | "test" | |
| docker_version_server | string | "19.03" | |
| ssh_keys | list | [] | |
| count_k8s_etcd_nodes | string | "0" | |
| admin_password | string | "admin" | |
| server_type | string | "cx21" | |
| docker_version_worker | string | "19.03" | |
| prefix | string | "test" | |
| k8sserver-image | string | "centos-7" | |
| count_k8s_all_nodes | string | "3" | |
| count_k8s_worker_nodes | string | "0" |
Outputs (5)
k8sserver-ipk8s-allk8s-etcdk8s-controlplanek8s-workerResources (1)
hcloud_server
Details
FrameworkTerraform Module
LanguageHCL
Version0.0.4
Cloud RANCHER2
★ Stars0
Forks2
Total downloads824
Inputs15
Outputs5
Resources1
Namespacediceone
Updated