fix ending heredoc identifiers must be on single line

This commit is contained in:
mhoffm
2021-06-26 11:11:34 +02:00
parent bc0b3f1eb0
commit 0ae2fffe6d
5 changed files with 31 additions and 5 deletions

View File

@@ -12,14 +12,15 @@ After=coreos-metadata.service
EOF
cert_options = <<EOF
--cert-file=/etc/ssl/etcd/server.crt \
--cert-file=/etc/ssl/etcd/server.crt \
--client-cert-auth=true \
--key-file=/etc/ssl/etcd/server.key \
--peer-cert-file=/etc/ssl/etcd/peer.crt \
--peer-key-file=/etc/ssl/etcd/peer.key \
--peer-trusted-ca-file=/etc/ssl/etcd/ca.crt \
--peer-client-cert-auth=true \
--trusted-ca-file=/etc/ssl/etcd/ca.crtEOF
--trusted-ca-file=/etc/ssl/etcd/ca.crt
EOF
}
data "template_file" "etcd_names" {