Add terraform/variabeles.tf
This commit is contained in:
15
terraform/variabeles.tf
Normal file
15
terraform/variabeles.tf
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
variable "proxmox_token" {
|
||||||
|
sensitive = true
|
||||||
|
}
|
||||||
|
|
||||||
|
variable "cluster_name" {
|
||||||
|
default = "talos-cluster"
|
||||||
|
}
|
||||||
|
|
||||||
|
variable "node_count" {
|
||||||
|
default = 3
|
||||||
|
}
|
||||||
|
|
||||||
|
variable "network_bridge" {
|
||||||
|
default = "vmbr0"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user