github.com/hernad/nomad@v1.6.112/e2e/terraform/etc/nomad.d/vault.hcl (about) 1 # Copyright (c) HashiCorp, Inc. 2 # SPDX-License-Identifier: MPL-2.0 3 4 vault { 5 enabled = true 6 address = "${url}" 7 task_token_ttl = "1h" 8 create_from_role = "nomad-tasks" 9 namespace = "${namespace}" 10 token = "${token}" 11 }