hootsuite/atlantis

Plan and apply errors should be printed on a newline

lkysow opened this issue · 0 comments

Currently plan and apply errors look like

exit status 1: running "terraform init -no-color" in "/home/atlantis/.atlantis/repos/lkysow/atlantis-terraform-test/13/staging": Error loading configuration: Error parsing /home/atlantis/.atlantis/repos/lkysow/atlantis-terraform-test/13/staging/variables.tf: At 2:1: expected: IDENT | STRING | ASSIGN | LBRACE got: RBRACE

We should move the output onto a newline:

exit status 1: running "terraform init -no-color" in "/home/atlantis/.atlantis/repos/lkysow/atlantis-terraform-test/13/staging":
Error loading configuration: Error parsing /home/atlantis/.atlantis/repos/lkysow/atlantis-terraform-test/13/staging/variables.tf: At 2:1: expected: IDENT | STRING | ASSIGN | LBRACE got: RBRACE