Remove leading emptiness
This commit is contained in:
parent
2e8ef8a4c1
commit
fe32b2254e
8
main.tf
8
main.tf
@ -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…
Reference in New Issue
Block a user