Add readme

This commit is contained in:
2024-03-15 12:25:50 +01:00
parent 170e4a9d7f
commit 26086d9820
2 changed files with 58 additions and 6 deletions

View File

@@ -35,12 +35,6 @@ variable "node_pool_size" {
default = 2
}
variable "k3s_extra_worker_node" {
default = false
}
variable "expose_kubeapi" {
default = false
}
variable "environment" {
default = "prod"
}