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

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

View File

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