Remove leading emptiness

main
Dan Buch 4 years ago
parent 2e8ef8a4c1
commit fe32b2254e
Signed by: meatballhat
GPG Key ID: 9685130D8B763EA7

@ -197,10 +197,10 @@ resource "null_resource" "app_provision" {
provisioner "file" { provisioner "file" {
content = <<-ENV_TMPL content = <<-ENV_TMPL
%{for key, value in local.env_map~} %{for key, value in local.env_map~}
${key}='${value}' ${key}='${value}'
%{endfor~} %{endfor~}
ENV_TMPL ENV_TMPL
destination = "/tmp/app.env" destination = "/tmp/app.env"
} }

Loading…
Cancel
Save