forked from runatlantis/atlantis
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extra arguments environment variables (runatlantis#150)
* first draft of the populate function * Now extra arguments can use environment variables. Fixes runatlantis#146 * now using environment variables while executing terraform commands for variables subsitution * fix order of terraform command arguments * Adding single quote around terraform command * please work this time :) * fix order for the quote * fix order for the quote * Adding single quote around terraform command * now creating terraform command string to address bash interpolation * now using 'sh' instead of 'bash' to execute terraform command and added docs about v and env after review
- Loading branch information
1 parent
cbbd59d
commit 464cb2f
Showing
3 changed files
with
28 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters