ba7e7413ef
Share base configuration for telemetry and consul. Have the server configurations respect the `var.server_count` config. Make changes recommended by `shellcheck` in the provisioning scripts for this section. Switch to OS/arch-tagged release bundles on S3 for compatibility with adding Windows builds in the near future.
13 lines
248 B
HCL
13 lines
248 B
HCL
server {
|
|
enabled = true
|
|
bootstrap_expect = 3
|
|
}
|
|
|
|
vault {
|
|
enabled = false
|
|
address = "http://active.vault.service.consul:8200"
|
|
task_token_ttl = "1h"
|
|
create_from_role = "nomad-cluster"
|
|
token = ""
|
|
}
|