hclfmt on some config files (#11611)

This commit is contained in:
Tim Gross
2021-12-02 15:25:46 -05:00
committed by GitHub
parent bfac8d8456
commit 1391c37ef5
2 changed files with 4 additions and 4 deletions

View File

@@ -36,6 +36,6 @@ plugin "nomad-driver-ecs" {
}
vault {
enabled = true
address = "http://active.vault.service.consul:8200"
enabled = true
address = "http://active.vault.service.consul:8200"
}

View File

@@ -20,8 +20,8 @@ consul {
}
vault {
enabled = true
address = "https://active.vault.service.consul:8200"
enabled = true
address = "https://active.vault.service.consul:8200"
ca_file = "/etc/nomad.d/tls/ca.crt"
cert_file = "/etc/nomad.d/tls/agent.crt"