Some checks failed
Terraform CI/CD / Terraform Format, Validate, Lint, Scan (pull_request) Failing after 1m6s
Terraform CI/CD / Terraform Plan (pull_request) Has been skipped
Terraform CI/CD / Terraform Apply (pull_request) Has been skipped
Terraform CI/CD / Terraform Format, Validate, Lint, Scan (push) Failing after 1m4s
Terraform CI/CD / Terraform Plan (push) Has been skipped
Terraform CI/CD / Terraform Apply (push) Has been skipped
10 lines
222 B
HCL
10 lines
222 B
HCL
resource "nomad_job" "elk" {
|
|
jobspec = file("${path.module}/jobspec.nomad.hcl")
|
|
|
|
hcl2 {
|
|
vars = {
|
|
# renovate: image=docker.elastic.co/elasticsearch/elasticsearch
|
|
"elastic_version" = "9.0.1",
|
|
}
|
|
}
|
|
}
|