Terraform module for Vultr Kubernete Engine
0
stars
0
forks
source link
Terraform module for Vultr VKE
Documentation
Requirements
Providers
Name |
Version |
vultr |
>= 2.8 |
Modules
No modules.
Resources
Inputs
Name |
Description |
Type |
Default |
Required |
cluster_name |
The cluster name |
string |
n/a |
yes |
kubernetes_version |
Kubernetes version |
string |
n/a |
yes |
node_label |
The node label |
string |
n/a |
yes |
node_plan |
The plan to be used in this node pool |
string |
"vc2-1c-2gb" |
no |
node_pools |
Addons node pools |
list(object({ quantity = number plan = string label = string tag = string })) |
[] |
no |
node_quantity |
The number of nodes in this node pool. |
number |
3 |
no |
region |
The region your VKE cluster will be deployed in. Currently, supported values are ewr and lax |
string |
n/a |
yes |
Outputs
Name |
Description |
vke_id |
The VKE cluster ID |