fix: remove broken kube configs from state

Broke when i redid the cluster ca stuff to fix an expired cert. Cant
figure out how to fix the state to read from the cluster.
This commit is contained in:
Julian Tölle 2023-02-25 23:21:49 +01:00
parent ad3ba9d059
commit 6ea9911f29
11 changed files with 203 additions and 409 deletions

View file

@ -41,6 +41,10 @@ variable "domain" {
type = string
}
variable "dns_zone_id" {
type = string
}
variable "install_k3s_version" {
type = string
default = "v1.22.4+k3s1"