Update hcloud terraform provider
This commit is contained in:
parent
6010e25dd7
commit
85568c8278
7 changed files with 41 additions and 39 deletions
|
|
@ -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"
|
||||
#},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue