hclfmt on some config files (#11611)
This commit is contained in:
parent
8a5aa0cd8a
commit
ae04e540e6
|
@ -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"
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue