feat: add required label zone
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2022-09-04 14:26:51 +02:00
parent 93580be24a
commit 04549b15bc
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@ resource "hcloud_server" "server" {
provisioner = "terraform"
project = var.hcloud_project
os = each.value.os
zone = each.value.zone
},
{
for index, service in try(each.value.services, []) : "service_${index + 1}" => service