chore: remove deploygroup label
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
09b6224f85
commit
cfb9af3879
1
main.tf
1
main.tf
@ -65,7 +65,6 @@ resource "hcloud_server" "server" {
|
|||||||
{
|
{
|
||||||
provisioner = "terraform"
|
provisioner = "terraform"
|
||||||
project = var.hcloud_project
|
project = var.hcloud_project
|
||||||
deploygroup = try(each.value.deploygroup, "1")
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
for index, service in try(each.value.services, []) : "service_${index + 1}" => service
|
for index, service in try(each.value.services, []) : "service_${index + 1}" => service
|
||||||
|
Loading…
Reference in New Issue
Block a user