Skip to content

Commit

Permalink
Fix failing unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
LorbusChris committed Dec 18, 2019
1 parent 7a810fb commit 9cb4cf3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ locals {
cert_options = <<EOF
--cert-file=/etc/ssl/etcd/server.crt \
--peer-trusted-ca-file=/etc/ssl/etcd/ca.crt \
--peer-client-cert-auth=trueEOF
--peer-client-cert-auth=true
EOF
}

output "local" {
Expand Down

0 comments on commit 9cb4cf3

Please sign in to comment.