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