Commit Graph

13 Commits

Author SHA1 Message Date
David Mattia
0e7beab64d Add reference to terragrunt-atlantis-config in the Terragrunt docs (#1102)
* Added pointer to terragrunt-atlantis-config

Co-authored-by: dmattia <david@transcend.io>
2020-07-09 09:12:57 -07:00
Richard Lee
0f496c867a Export ctx.RepoRelDir to run step environment. (#1063)
* Export ctx.RepoRelDir to run step environment.
2020-06-01 17:06:56 -07:00
Derek Beattie
e449628a22 Fix terragrunt extension type 2020-04-03 18:56:36 -05:00
Mark Keisler
b926e5dfff Expand on config for terragrunt custom workflow to accomodate downloaded
default-tf-version

See https://github.com/runatlantis/atlantis/issues/910
2020-01-23 13:35:27 -06:00
Luke Kysow
f68a82685d Document env step
Fixes #758
2020-01-06 10:21:03 -06:00
Jason Huling
57e7612475 update comment_args docs for escaping 2019-11-09 22:06:31 -08:00
Jesse Bye
295fa93943 Support terragrunt.hcl for autoplanning 2019-08-26 15:06:04 +02:00
Alex Rowley
dd02deaf76 Add CommentArgs to run step runner (#693)
Add CommentArgs to run step runner

This should allow the extra args passed in the comment to be used by
run steps

Fixes #670
2019-07-11 14:21:36 +01:00
Luke Kysow
4ccb6949e8 Add docs for PROJECT_NAME 2019-04-29 17:20:10 -04:00
Sergei Ryabkov
263eff7fbd fix the placement of the note 2019-04-25 11:08:57 -04:00
Sergei Ryabkov
f9e70bd759 Update custom-workflows.md 2019-04-25 10:29:06 -04:00
Luke Kysow
25fed35728 New version 3 of atlantis.yaml
This version changes how we parse custom run steps.
Previously we used the go-shlex library to parse the steps but this
caused users issues because they'd have to use weird escaping.

Now we simply pass the step directy to sh -c without any parsing. The
parsing was unnecessary.
2019-03-28 13:45:12 -05:00
Luke Kysow
d78b106cab Refactor @jjulien's server-side config work. 2019-03-27 14:47:48 -05:00