Skip to content

Commit 9cb4cf3

Browse files
committed
Fix failing unit test
1 parent 7a810fb commit 9cb4cf3

File tree

1 file changed

+2
-1
lines changed
  • configs/configupgrade/testdata/valid/heredoc-sameline/input

1 file changed

+2
-1
lines changed

configs/configupgrade/testdata/valid/heredoc-sameline/input/heredoc.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ locals {
22
cert_options = <<EOF
33
--cert-file=/etc/ssl/etcd/server.crt \
44
--peer-trusted-ca-file=/etc/ssl/etcd/ca.crt \
5-
--peer-client-cert-auth=trueEOF
5+
--peer-client-cert-auth=true
6+
EOF
67
}
78

89
output "local" {

0 commit comments

Comments
 (0)