Closed fabiante closed 4 years ago
This should work :D
resource "gridscale_server" "server" {
name = "server"
cores = 2
memory = 4
storage {
object_uuid = gridscale_storage.server.id
}
network {
object_uuid = gridscale_paas_securityzone.internal.network_uuid
bootdevice = false
}
power = true
}
@FabianTe feel free to re-open on any follow up questions
Sorry, forgot to answer. Thanks
No worries. Just doing the usual spring cleaning :wink:
Hi,
small question: how to attach a security zone network to a server?
This does not work:
This is the resulting error: