chore: remove deploygroup label
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2022-09-04 13:42:14 +02:00
parent 09b6224f85
commit cfb9af3879
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 0 additions and 1 deletions

View File

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