mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
style: linter fix
This commit is contained in:
@@ -108,7 +108,7 @@ resource "enos_local_exec" "verify_allocs" {
|
||||
local.nomad_env,
|
||||
{
|
||||
CLIENT_IP = var.client
|
||||
ALLOCS = enos_local_exec.get_alloc_ids.stdout
|
||||
ALLOCS = enos_local_exec.get_alloc_ids.stdout
|
||||
})
|
||||
|
||||
scripts = [abspath("${path.module}/scripts/verify_allocs.sh")]
|
||||
|
||||
Reference in New Issue
Block a user