Use caching instead of artifacts to store .terraform (#2)

Co-authored-by: Ben Martin <ben.martin@sky.uk>
Reviewed-on: #2
This commit is contained in:
Ben Martin 2024-06-06 22:00:05 +01:00
parent 6b2f1c473f
commit ba5f3704d4
2 changed files with 15 additions and 10 deletions

View file

@ -1,4 +1,4 @@
resource "nomad_job" "dummy" {
jobspec = file("${path.module}/jobspec.json")
json = true
json = true
}