mirror of
https://github.com/apricote/home-cloud.git
synced 2026-01-13 21:11:02 +00:00
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:
parent
ad3ba9d059
commit
6ea9911f29
11 changed files with 203 additions and 409 deletions
|
|
@ -6,6 +6,9 @@ terraform {
|
|||
hcloud = {
|
||||
source = "hetznercloud/hcloud"
|
||||
}
|
||||
hetznerdns = {
|
||||
source = "timohirt/hetznerdns"
|
||||
}
|
||||
tls = {
|
||||
source = "hashicorp/tls"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue