k8s cluster 2+1 CX23
This commit is contained in:
parent
8a425e4318
commit
468fd67b92
7 changed files with 110 additions and 0 deletions
9
variables.tf
Normal file
9
variables.tf
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
variable "cluster_name" {
|
||||
type = string
|
||||
default = "k8s-asxpio"
|
||||
}
|
||||
|
||||
variable "hcloud_token" {
|
||||
type = string
|
||||
sensitive = true
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue