refactor: use new node type for x64 node

This commit is contained in:
Peter 2024-06-09 10:52:23 +02:00
parent 5255f88556
commit f335557bb0
Signed by: prskr
GPG key ID: F56BED6903BC5E37
2 changed files with 4 additions and 4 deletions

View file

@ -14,4 +14,4 @@ resource "cloudflare_r2_bucket" "tfstate" {
account_id = var.cloudflare_account_id account_id = var.cloudflare_account_id
name = "tfstate" name = "tfstate"
location = "WEUR" location = "WEUR"
} }

View file

@ -15,9 +15,9 @@ k3s_sans = [
] ]
k3s_workers = { k3s_workers = {
"w1-cx21-hel1" = { "w1-cx22-hel1" = {
server_type = "cx21" server_type = "cx22"
generation = 2 generation = 1
private_ip = "172.23.2.20" private_ip = "172.23.2.20"
location = "hel1" location = "hel1"
storage_node = false storage_node = false