Skip to content

Commit

Permalink
test: Disable http
Browse files Browse the repository at this point in the history
  • Loading branch information
lens0021 committed Sep 29, 2024
1 parent 4c797ba commit a34113f
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions terraform/mediawiki.tf
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,12 @@ resource "nomad_job" "http" {

resource "nomad_job" "test_http" {
provider = nomad.test
depends_on = [
# TODO Replace with S3 CSI or something
# data.nomad_plugin.ebs,
# nomad_csi_volume_registration.caddycerts,
]
# TODO Replace EBS CSI with S3 CSI or something
count = 0
# depends_on = [
# data.nomad_plugin.ebs,
# nomad_csi_volume_registration.caddycerts,
# ]

jobspec = file("../jobs/http.nomad")
detach = false
Expand Down

0 comments on commit a34113f

Please sign in to comment.