-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom Run Command: Pass Args after --
#670
Labels
feature
New functionality/enhancement
Comments
Should be relatively easy. Add
to https://github.com/runatlantis/atlantis/blob/master/server/events/runtime/run_step_runner.go#L40 |
rowleyaj
added a commit
to rowleyaj/atlantis
that referenced
this issue
Jun 30, 2019
This should allow the extra args passed in the comment to be used by run steps This should resolve runatlantis#670
rowleyaj
added a commit
to rowleyaj/atlantis
that referenced
this issue
Jun 30, 2019
This should allow the extra args passed in the comment to be used by run steps This should resolve runatlantis#670
rowleyaj
added a commit
to rowleyaj/atlantis
that referenced
this issue
Jun 30, 2019
This should allow the extra args passed in the comment to be used by run steps This should resolve runatlantis#670
lkysow
pushed a commit
that referenced
this issue
Jul 11, 2019
Add CommentArgs to run step runner This should allow the extra args passed in the comment to be used by run steps Fixes #670
@chasse-code How are you using COMMENT_ARGS in your terragrunt workflow? Specifically, how are you handling the escaping. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Atlantis Version: 0.7.2
Description: When using Terragrunt, or another wrapper, we want to be able to control all aspects of terraform planning such as passing
-destroy
for example which is typically accomplished via the--
directive in the atlantis command.Without this, we are having trouble adopting tools such as Terragrunt.
It would be great to create an Environment Variable that contains these extra arguments that can then be passed to the external command and let it handle what it can.
The text was updated successfully, but these errors were encountered: