Skip to content

Commit

Permalink
hclfmt on some config files (#11611)
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross authored Dec 2, 2021
1 parent bfac8d8 commit 1391c37
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
4 changes: 2 additions & 2 deletions e2e/terraform/config/shared/nomad-tls.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1391c37

Please sign in to comment.