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:
parent
6b2f1c473f
commit
ba5f3704d4
2 changed files with 15 additions and 10 deletions
|
@ -1,4 +1,4 @@
|
|||
resource "nomad_job" "dummy" {
|
||||
jobspec = file("${path.module}/jobspec.json")
|
||||
json = true
|
||||
json = true
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue