remove second server
This commit is contained in:
parent
65d34f708b
commit
2221784cb1
@ -10,15 +10,15 @@ resource "hcloud_server" "HomeLab" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
resource "hcloud_server" "HomeLab2" {
|
#resource "hcloud_server" "HomeLab2" {
|
||||||
count = var.instances
|
# count = var.instances
|
||||||
name = "corwin"
|
# name = "corwin"
|
||||||
image = "rocky-9"
|
# image = "rocky-9"
|
||||||
server_type = var.server_type
|
# server_type = var.server_type
|
||||||
location = var.location
|
# location = var.location
|
||||||
ssh_keys = [hcloud_ssh_key.default.id]
|
# ssh_keys = [hcloud_ssh_key.default.id]
|
||||||
firewall_ids = [hcloud_firewall.prod.id]
|
# firewall_ids = [hcloud_firewall.prod.id]
|
||||||
labels = {
|
# labels = {
|
||||||
}
|
# }
|
||||||
|
#
|
||||||
}
|
#}
|
||||||
|
Loading…
Reference in New Issue
Block a user