feat: Added multiple SSH Key uploads
This commit is contained in:
@@ -81,7 +81,7 @@ resource "hcloud_server" "this" {
|
||||
server_type = var.server_type
|
||||
image = var.image
|
||||
location = var.location
|
||||
ssh_keys = [var.ssh_key_id]
|
||||
ssh_keys = var.ssh_key_ids
|
||||
firewall_ids = [hcloud_firewall.this.id]
|
||||
|
||||
network {
|
||||
|
||||
Reference in New Issue
Block a user