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 8a5aa0cd8a
commit ae04e540e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"