mirror of
https://github.com/ghndrx/terraform-k8-env.git
synced 2026-02-10 06:55:02 +00:00
12 lines
334 B
HCL
12 lines
334 B
HCL
variable "url" {}
|
|
variable "username" {}
|
|
variable "password" {}
|
|
variable "masterNode_vcpu" {}
|
|
variable "masterNode_memory" {}
|
|
variable "masterNode_storage_local" {}
|
|
variable "workerNode_vcpu" {}
|
|
variable "workerNode_memory" {}
|
|
variable "workerNode_storage_local" {}
|
|
variable "workerNode_storage_local4tb" {}
|
|
variable "network_tag" {}
|