Skip to content

Commit

Permalink
terraform: hcl2 is now default (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
lens0021 authored Mar 1, 2024
1 parent 92bee1f commit 16c9703
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion terraform/backupbot.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ resource "nomad_job" "backupbot" {
jobspec = file("../jobs/backupbot.nomad")

hcl2 {
enabled = true
allow_fs = true
}
}
4 changes: 0 additions & 4 deletions terraform/mediawiki.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ resource "nomad_job" "mysql" {
detach = false

hcl2 {
enabled = true
allow_fs = true
}
}
Expand All @@ -18,7 +17,6 @@ resource "nomad_job" "memcached" {
detach = false

hcl2 {
enabled = true
allow_fs = true
}
}
Expand All @@ -33,7 +31,6 @@ resource "nomad_job" "fastcgi" {
detach = false

hcl2 {
enabled = true
allow_fs = true
}
}
Expand All @@ -48,7 +45,6 @@ resource "nomad_job" "http" {
detach = false

hcl2 {
enabled = true
allow_fs = true
}
}
1 change: 0 additions & 1 deletion terraform/vector.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ resource "nomad_job" "vector" {
jobspec = replace(file("../jobs/vector.nomad"), "OPENOBSERVE_PASSWORD", var.openobserve_password)

hcl2 {
enabled = true
allow_fs = true
}
}
2 changes: 0 additions & 2 deletions terraform/volumes.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ resource "nomad_job" "plugin-ebs-controller" {
jobspec = file("../jobs/plugin-ebs-controller.nomad")

hcl2 {
enabled = true
allow_fs = true
}
}
Expand All @@ -11,7 +10,6 @@ resource "nomad_job" "plugin-ebs-nodes" {
jobspec = file("../jobs/plugin-ebs-nodes.nomad")

hcl2 {
enabled = true
allow_fs = true
}
}
Expand Down

0 comments on commit 16c9703

Please sign in to comment.