Skip to content
Snippets Groups Projects
Commit e511a295 authored by Sergey Yakubov's avatar Sergey Yakubov
Browse files

start fluentd after elasticsearch

parent b5edf892
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ resource "null_resource" "fluentd" {
provisioner "local-exec" {
command = "asapo-wait-service fluentd ${! var.nomad_logs}"
}
depends_on = [nomad_job.asapo-logging]
depends_on = [nomad_job.asapo-logging,null_resource.elasticsearch]
}
resource "null_resource" "mongo" {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment