Commit Graph

87 Commits (3750bf7af220d91acbce3dde5ce4fba714c2db3b)

Author SHA1 Message Date
Mitchell Hashimoto 785cc7b78a
terraform: default new graphs on, old graphs behind -Xlegacy-graph
9 years ago
Mitchell Hashimoto 57c0cadc79 Merge pull request #9666 from hashicorp/jbardin/debug
10 years ago
James Bardin 797a1b339d DebugInfo and DebugGraph
10 years ago
Mitchell Hashimoto d429e82661
command: show shadow errors to the user
10 years ago
Mitchell Hashimoto 6c801d0386
command/apply: add additional nil check to loading state for outputs
10 years ago
Mitchell Hashimoto af82be19ea
helper/experiment: a helper for setting, making experiments
10 years ago
Mitchell Hashimoto 1a418c1452
command/apply: -Xnew-destroy
10 years ago
Mitchell Hashimoto e8516f259d
command/apply: Xnew-apply
10 years ago
Radek Simko 8494cad8c4 Output 'destroy complete' when it's destroy (was: apply) (#8453)
10 years ago
James Nugent 0e4e94a86f core: Fix -module for terraform output command
10 years ago
James Nugent 3ea3c657b5 core: Use OutputState in JSON instead of map
10 years ago
James Nugent 6a20e8927d core: Fix issues from rebasing dev-0.7 onto master
10 years ago
James Nugent e57a399d71 core: Use native HIL maps instead of flatmaps
10 years ago
James Nugent b62f6af158 core: Add support for marking outputs as sensitive (#6559)
10 years ago
David Glasser b44f7f28e0 Document saved plan use in `terraform apply -help` (#6126)
10 years ago
Jake Champlin 39e7f42490 Clear up `destroy --target` message
10 years ago
Mitchell Hashimoto 344e7c26b5 fix a bunch of tests from go-getter import
11 years ago
Paul Hinze 374070d066 website: docs for parallelism setting
11 years ago
Paul Hinze e1a46904d6 command: pull parallelism default up to CLI layer
11 years ago
Kevin Nuckolls f59c71b35a works for apply, no tests yet
11 years ago
Anthony Scalisi 198e1a5186 remove various typos
11 years ago
Paul Hinze ad680b1832 core: show outputs after `terraform refresh`
11 years ago
Paul Hinze 18924d24fe command/apply: flatten multierrors
11 years ago
Paul Hinze 97acccd3ed core: targeted operations
11 years ago
Mitchell Hashimoto 95cf69aa32 command: StateHook for continous state updates
11 years ago
Mitchell Hashimoto fb3f10efb0 command/apply: ask for user variables before validation [GH-736]
11 years ago
Mitchell Hashimoto 90138825a2 command/apply: don't init if no args given [GH-780]
11 years ago
Armon Dadgar 0fb87e499d command: Meta provides the state output path
11 years ago
Armon Dadgar bf10111745 command/apply: Move state persistence to Meta
11 years ago
Armon Dadgar 5b745e5d46 command: Run validation before asking for input. Fixes #602
11 years ago
Panagiotis Moustafellos 3d51bae4b2 switch phrasing
12 years ago
Panagiotis Moustafellos 08515edc43 fixed typo on terraform destroy
12 years ago
Mitchell Hashimoto 8fc134caa1 command/destroy: don't show outputs
12 years ago
Mitchell Hashimoto 0914e17a2a command/apply: more than one ctrl-c properly exits immediately
12 years ago
Mitchell Hashimoto 16b023bd2b command: ask for the proper level of input
12 years ago
Mitchell Hashimoto a5f70ead2d command: destroy should ask for confirmation always
12 years ago
Mitchell Hashimoto 95f43d8230 command/apply: if with plan, don't ask for input [GH-346]
12 years ago
Mitchell Hashimoto 817f0d9f30 command: don't ask for input if terraform.tfvars file given [GH-346]
12 years ago
Mitchell Hashimoto 2131e4ffd2 command: fix failing tests
12 years ago
Mitchell Hashimoto 245c1ce05a command: enable destroy
12 years ago
Mitchell Hashimoto ab9dd71bcb command/destroy: first steps
12 years ago
Mitchell Hashimoto 260c5301e6 command/apply: update usage
12 years ago
Mitchell Hashimoto 3572b8ff2f command/apply: allow `terraform apply SOURCE` as shortcut for init
12 years ago
Mitchell Hashimoto 63453f3f1a command: apply and refresh ask for input
12 years ago
Mitchell Hashimoto ed538a9594 command: Get command, not functional yet. Converted to use modules.
12 years ago
Mitchell Hashimoto cdad3036ae command: closer to compiling
12 years ago
AJ Bourg aefa4b2399 expacts -> expects. (minor)
12 years ago
Alex Gaynor 46154ca1d3 Fixed a ton of typos in docs and comments
12 years ago
Mitchell Hashimoto 642fed0356 command: terraform.tfvars loaded by default if it exists
12 years ago
Mitchell Hashimoto b172f45b94 command: make state unexported on Meta
12 years ago