feat: Migrate code-server to coder

This commit is contained in:
Ben Martin 2024-06-29 13:33:03 +00:00
parent 4eb40ca819
commit 4d01562061
Signed by: ben
GPG key ID: 859A655FCD290E4A
4 changed files with 105 additions and 62 deletions

4
modules/coder/main.tf Normal file
View file

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