fix: fix server attribute name
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2022-09-23 09:26:16 +02:00
parent 04cbeb6e87
commit 820254ad76
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ resource "hcloud_server" "server" {
depends_on = [hcloud_ssh_key.key]
name = each.value.name
server_type = each.value.type
server_type = each.value.server_type
image = each.value.image
datacenter = each.value.datacenter
ssh_keys = var.server_keys