Commit Graph

76 Commits (0a6938e90a104fce1da1d6c97f0a3f386b030d64)

Author SHA1 Message Date
Sander van Harmelen b1fdbd7db8 Allow enhanced backends to pass custom exit codes
7 years ago
Sander van Harmelen 67db9da000 Add checks for all flags we currently don’t support
7 years ago
James Bardin 67a6152091 move backend operation cancellation into meta
8 years ago
James Bardin 7cba68326a always wait for a RunningOperation to return
8 years ago
Martin Atkins 9a5c865040 command: validate config as part of loading it
8 years ago
James Bardin 2941ed464c replace the testShutdownHook with a check for Stop
8 years ago
James Bardin e2501d7830 make apply shutdown test completely deterministic
8 years ago
James Bardin 3aaa1e9d04 make plans cancellable
8 years ago
Martin Atkins 6f7bc4f5d7 command: use c.showDiagnostics for backend operation errors
8 years ago
Martin Atkins 5cd00a13ec command: use new diagnostics output for config errors
9 years ago
Robert Liebowitz 8d98fdecac Autoload only .auto.tfvars files
9 years ago
Robert Liebowitz 006744bfe0 Use all tfvars files in working directory
9 years ago
James Bardin 000e860706 Add plugin dir scaffolding
9 years ago
James Bardin 718ede0636 have Meta.Backend use a Config rather than loading
9 years ago
James Bardin 5eca913b14 add cli flags for -lock-timeout
9 years ago
James Bardin eb8e5ac739 Change CLI flag to '-lock'
9 years ago
James Bardin 07903189f1 s/Meta.lockState/Meta.stateLock/g
9 years ago
James Bardin a157ebbccd add -lock-state usage to plan/refresh/apply/destr
9 years ago
James Bardin dd19cb202d add locking to plan and refresh commands
9 years ago
Mitchell Hashimoto ad7b063262
command: convert to use backends
9 years ago
Mitchell Hashimoto 36ff8b3c02
command/plan: show a warning when a plan file is given
9 years ago
Mitchell Hashimoto 7f87a0109b
command/plan: user friendly error if plan file given to plan command
9 years ago
Mitchell Hashimoto 57c0cadc79 Merge pull request #9666 from hashicorp/jbardin/debug
9 years ago
James Bardin 797a1b339d DebugInfo and DebugGraph
9 years ago
Mitchell Hashimoto d429e82661
command: show shadow errors to the user
9 years ago
Paul Hinze 1a0893ddc7
command/plan: remove -backup from help text
10 years ago
Paul Hinze aee1520ac5
core: Make refresh message explicitly point out lack of state persist
10 years ago
Paul Hinze ae73aa2fb4
core: Do not persist state after plans
10 years ago
Martin Atkins 2ca10ad962 command: Show data source reads differently in plans
10 years ago
Paul Hinze 4a51e4fe91 core: write planfile even on empty plans
10 years ago
Paul Hinze e67fc0fe9b command: Change module-depth default to -1
10 years ago
James Nugent a49b162dd1 Prompt for input variables before context validate
10 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 fc60b2858c Added -parallelism to refresh and plan cli UI
11 years ago
Martin Atkins 7c56550633 In plan summary, be more honest about force-new changes.
11 years ago
Radek Simko b505d15e1e Add resource sums to terraform plan
11 years ago
Radek Simko b7d41d2eed Add -no-color to help text
11 years ago
Paul Hinze 29d34cd5a4 command: allow module depth to be set via env var
11 years ago
Ryan Uber 9a091ffa78 command: plan supports detailed exit code
11 years ago
Paul Hinze 97acccd3ed core: targeted operations
11 years ago
Armon Dadgar dab47b0d48 command/plan: remote enable
11 years ago
Armon Dadgar 5b745e5d46 command: Run validation before asking for input. Fixes #602
11 years ago
Mitchell Hashimoto 16b023bd2b command: ask for the proper level of input
12 years ago
Mitchell Hashimoto 817f0d9f30 command: don't ask for input if terraform.tfvars file given [GH-346]
12 years ago
Mitchell Hashimoto af548c9b53 command/plan: ask for input
12 years ago
Mitchell Hashimoto 5b0859b3f5 command: Input tells us whether we should ask for input or not
12 years ago
Mitchell Hashimoto 8c17062638 command: plan shows module-level, can control depth
12 years ago
Mitchell Hashimoto ed538a9594 command: Get command, not functional yet. Converted to use modules.
12 years ago
Alex Gaynor 46154ca1d3 Fixed a ton of typos in docs and comments
12 years ago