aboutsummaryrefslogtreecommitdiff
path: root/opentofu/modules/k8s_control_plane/variables.tf
diff options
context:
space:
mode:
authorclyhtsuriva <aimeric@adjutor.xyz>2025-02-06 22:13:14 +0100
committerclyhtsuriva <aimeric@adjutor.xyz>2025-02-06 22:13:14 +0100
commit1e0f492b1d7f998cb7996e0f307c1e32a07cea36 (patch)
treea38841b266894d6f0b12776cee3f1b20b4469c83 /opentofu/modules/k8s_control_plane/variables.tf
parentaeedb9882aa597a45dd43a1664d604c5f1a2d4f8 (diff)
opentofu: completely migrated k8-cluster.tf to modules
Successfully built on proxmox
Diffstat (limited to 'opentofu/modules/k8s_control_plane/variables.tf')
-rw-r--r--opentofu/modules/k8s_control_plane/variables.tf25
1 files changed, 25 insertions, 0 deletions
diff --git a/opentofu/modules/k8s_control_plane/variables.tf b/opentofu/modules/k8s_control_plane/variables.tf
new file mode 100644
index 0000000..e359f77
--- /dev/null
+++ b/opentofu/modules/k8s_control_plane/variables.tf
@@ -0,0 +1,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" {}