remove second server

This commit is contained in:
vincent 2022-10-07 15:04:10 +02:00
parent 65d34f708b
commit 2221784cb1

View File

@ -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 = {
} # }
#
} #}