k8s cluster 2+1 CX23

This commit is contained in:
Sergei Poljanski 2026-03-20 20:41:44 +03:00
commit 468fd67b92
Signed by: asxpi
GPG key ID: 4F8851660FA4121B
7 changed files with 110 additions and 0 deletions

9
variables.tf Normal file
View file

@ -0,0 +1,9 @@
variable "cluster_name" {
type = string
default = "k8s-asxpio"
}
variable "hcloud_token" {
type = string
sensitive = true
}