-
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 "terraform remote output", allow all outputs w/modules
Add the ability to get *separate* remote state via the "terraform remote output" subcommand. Syntax follows "terraform remote config", with a couple of additions. 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, as part of this work, there has been a re-factoring of the outputsAsString function to allow both "terraform output" and "terraform remote output" to print all outputs, even when an optional module is supplied.
- Loading branch information
Chris Marchesi
committed
Jul 8, 2016
1 parent
2a45b1f
commit 0da4e8f
Showing
12 changed files
with
1,044 additions
and
229 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
Oops, something went wrong.