feat: add required label os
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
32aaf6373a
commit
93580be24a
1
main.tf
1
main.tf
@ -65,6 +65,7 @@ resource "hcloud_server" "server" {
|
|||||||
{
|
{
|
||||||
provisioner = "terraform"
|
provisioner = "terraform"
|
||||||
project = var.hcloud_project
|
project = var.hcloud_project
|
||||||
|
os = each.value.os
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
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