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" {
|
||||
content = <<-ENV_TMPL
|
||||
%{for key, value in local.env_map~}
|
||||
${key}='${value}'
|
||||
%{endfor~}
|
||||
ENV_TMPL
|
||||
%{for key, value in local.env_map~}
|
||||
${key}='${value}'
|
||||
%{endfor~}
|
||||
ENV_TMPL
|
||||
|
||||
destination = "/tmp/app.env"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user