orchestration-tests/nomad/nextcloud/nextcloud.tf

8 lines
121 B
Terraform
Raw Normal View History

2022-02-27 23:22:09 +00:00
resource "nomad_job" "nextcloud" {
hcl2 {
enabled = true
}
jobspec = file("${path.module}/nextcloud.nomad")
}