do
diceone/do/module
Terraform Module
HCL
MODULE
Install
module "do" {
source = "diceone/do/module"
version = "0.1.1"
}
plain text: /constructs/tfmod-diceone-do-module/install.txt
README
terraform-module-do This is a terraform module for digitalocean k8s cluster. Docker 17.03. preinstalled.
Inputs (12)
| Name | Type | Description | Default |
|---|---|---|---|
| count_k8s_worker_all_nodes | any | "3" | |
| docker_version_server | any | "17.03" | |
| docker_version_worker | any | "17.03" | |
| size | any | "s-2vcpu-4gb" | |
| do_token | any | "xxx" | |
| prefix | any | "test" | |
| count_k8s_etcd_nodes | any | "0" | |
| count_k8s_controlplane_nodes | any | "0" | |
| count_k8s_worker_nodes | any | "0" | |
| cluster_name | any | "custom" | |
| region | any | "ams3" | |
| ssh_keys | any | [] |
Outputs (1)
k8sserver-ipResources (1)
digitalocean_droplet
Details
FrameworkTerraform Module
LanguageHCL
Version0.1.1
Cloud MODULE
★ Stars0
Forks2
Total downloads802
Inputs12
Outputs1
Resources1
Namespacediceone
Updated