Commit Graph

56 Commits (03dc37fda284bc328a04af0d19db077bcfe6ba65)

Author SHA1 Message Date
Sander van Harmelen ef9054562e commands: make sure the correct flagset is used
7 years ago
Martin Atkins e54848b86f command: Fix many (but not all) "terraform refresh" tests
7 years ago
Martin Atkins de3944b9bf command: collect root module variable values for apply/plan/refresh
7 years ago
Martin Atkins a3403f2766 terraform: Ugly huge change to weave in new State and Plan types
7 years ago
Martin Atkins ebafa51723 command: Various updates for the new backend package API
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
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 d429e82661
command: show shadow errors to the user
9 years ago
James Nugent 0e4e94a86f core: Fix -module for terraform output command
10 years ago
James Nugent 6a20e8927d core: Fix issues from rebasing dev-0.7 onto master
10 years ago
James Nugent b62f6af158 core: Add support for marking outputs as sensitive (#6559)
10 years ago
James Nugent 50b5e7c1a5 Validate context after input of vars on refresh
10 years ago
Kevin Nuckolls fc60b2858c Added -parallelism to refresh and plan cli UI
11 years ago
Paul Hinze ad680b1832 core: show outputs after `terraform refresh`
11 years ago
Paul Hinze 97acccd3ed core: targeted operations
11 years ago
Mitchell Hashimoto 0c6d133d61 command/refresh: get rid of remote package
11 years ago
Phil Kates b211d69dde Fix typo in refresh command error
11 years ago
Kevin van Zonneveld 07505ed159 Fix typo: expacts -> expects
11 years ago
Armon Dadgar b6265cf1a2 command/refresh: 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 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
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
Mitchell Hashimoto 80ce9ad513 command: f.Close instead of defer
12 years ago
Armon Dadgar f26f432f4c command/refresh: Testing backup option
12 years ago
Armon Dadgar 54cc66367d command: Adding backup of state file
12 years ago
Mitchell Hashimoto ef6fba754d command: refactor so Context never plans
12 years ago
Mitchell Hashimoto 3534470ca3 command: -var flag works
12 years ago
Mitchell Hashimoto 6c8c09c784 command/*: only Plan on the Apply
12 years ago
Mitchell Hashimoto 3a851bece0 command: convert all to use the new Meta thing
12 years ago
Mitchell Hashimoto 6c736bd3c4 command: introduce Meta and "-no-color" option
12 years ago
Mitchell Hashimoto 3d35158170 command: update synopsis to be better
12 years ago
Mitchell Hashimoto e39378b254 command/refresh: better comment
12 years ago