-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
command: Add remote state capability to output subcommand
Add the ability to get *separate* remote state via the "terraform output" subcommand. Syntax follows "terraform remote config" with some slight deviations. This allows the ability to extract remote state from Terraform in places were remote state may not be present, without having to pre-configure remote state. Also added a little note about the usage of -module, as it is ignored unless you are actually specifying an output to display, versus all outputs. This is due to limitations of command.outputsAsString() and was present before this work.
- Loading branch information
Chris Marchesi
committed
May 13, 2016
1 parent
2bca697
commit ee8bd6e
Showing
3 changed files
with
148 additions
and
17 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