Update hcloud terraform provider

This commit is contained in:
Tobias Reisinger 2026-01-25 01:27:12 +01:00
parent 6010e25dd7
commit 85568c8278
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
7 changed files with 41 additions and 39 deletions

View file

@ -5,7 +5,7 @@ hosts = {
provider = "hetzner"
image = "debian-12"
server_type = "cx32"
datacenter = "fsn1-dc14"
location = "fsn1"
},
"node002" = {
hostname = "node002"
@ -13,7 +13,7 @@ hosts = {
provider = "hetzner"
image = "debian-12"
server_type = "cx32"
datacenter = "fsn1-dc14"
location = "fsn1"
},
"node003" = {
hostname = "node003"
@ -21,7 +21,7 @@ hosts = {
provider = "hetzner"
image = "debian-12"
server_type = "cx32"
datacenter = "fsn1-dc14"
location = "fsn1"
},
#"node004" = {
# hostname = "node004"
@ -30,6 +30,6 @@ hosts = {
# ephemeral = true
# image = "debian-12"
# server_type = "cpx62"
# datacenter = "fsn1-dc14"
# location = "fsn1"
#},
}