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