Initialize git

This commit is contained in:
gregory hendrickson
2023-01-25 19:10:50 -08:00
commit f5c433d387
4 changed files with 64 additions and 0 deletions

11
variables.tf Normal file
View 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" {}