chore: update workers
This commit is contained in:
parent
5ce8fc30aa
commit
f50528f81e
2 changed files with 10 additions and 2 deletions
|
@ -4,11 +4,11 @@ terraform {
|
|||
required_providers {
|
||||
hcloud = {
|
||||
source = "hetznercloud/hcloud"
|
||||
version = "1.38.2"
|
||||
version = "1.41.0"
|
||||
}
|
||||
ct = {
|
||||
source = "poseidon/ct"
|
||||
version = "0.11.0"
|
||||
version = "0.13.0"
|
||||
}
|
||||
template = {
|
||||
source = "hashicorp/template"
|
||||
|
|
|
@ -6,6 +6,14 @@ k3os_workers = {
|
|||
private_ip = "172.23.2.24"
|
||||
}
|
||||
|
||||
"worker1-gen4" = {
|
||||
backups = false
|
||||
node_type = "worker"
|
||||
server_type = "cx31"
|
||||
private_ip = "172.23.2.20"
|
||||
}
|
||||
|
||||
|
||||
"worker2-gen3" = {
|
||||
backups = false
|
||||
node_type = "worker"
|
||||
|
|
Loading…
Reference in a new issue