cluster-state/modules/dummy/main.tf
ben ba5f3704d4 Use caching instead of artifacts to store .terraform (#2)
Co-authored-by: Ben Martin <ben.martin@sky.uk>
Reviewed-on: #2
2024-06-06 22:00:05 +01:00

4 lines
No EOL
97 B
HCL

resource "nomad_job" "dummy" {
jobspec = file("${path.module}/jobspec.json")
json = true
}