refactor: use new node type for x64 node
This commit is contained in:
parent
5255f88556
commit
f335557bb0
2 changed files with 4 additions and 4 deletions
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue