mirror of
https://github.com/ghndrx/terraform-k8-env.git
synced 2026-02-10 06:55:02 +00:00
Initialize git
This commit is contained in:
11
variables.tf
Normal file
11
variables.tf
Normal file
@@ -0,0 +1,11 @@
|
||||
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" {}
|
||||
Reference in New Issue
Block a user