aboutsummaryrefslogtreecommitdiff
path: root/opentofu/modules/k8s_control_plane/variables.tf
blob: e359f77ed5e7631e52d9e12130c0552d7d43087c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
variable "name" {}
variable "desc" {}
variable "agent" {}
variable "target_node" {}
variable "tags" {}
variable "clone" {}
variable "full_clone" {}
variable "qemu_os" {}
variable "cores" {}
variable "sockets" {}
variable "cpu_type" {}
variable "memory" {}
variable "scsihw" {}
variable "bootdisk" {}
variable "cloudinit_storage" {}
variable "disk_storage" {}
variable "disk_size" {}
variable "iothread" {}
variable "replicate" {}
variable "network_id" {}
variable "network_model" {}
variable "network_bridge" {}
variable "ipconfig0" {}
variable "ciuser" {}
variable "sshkeys" {}