Commit Graph

74 Commits (3679de0630ffbe67fa8d2ff299891dfdcb01cd6a)

Author SHA1 Message Date
Martin Atkins 6f35c2847b command: Reorganize docs of the local backend's legacy CLI options
5 years ago
Alisdair McDiarmid 86495f93cb views: Fix missing source in diagnostic output
5 years ago
Alisdair McDiarmid 7c0ec0107f backend: Replace ShowDiagnostics with view.Diagnostics
5 years ago
Alisdair McDiarmid 7a03c3153e
Merge pull request #27861 from hashicorp/alisdair/help-global-options
5 years ago
Alisdair McDiarmid 50d58b592a cli: Migrate refresh to command views
5 years ago
Alisdair McDiarmid 94340b5940 cli: Add reference to global options to help text
5 years ago
Alisdair McDiarmid 68558ccd54 backend/local: Replace CLI with view instance
5 years ago
Alisdair McDiarmid a7b7cd29fc cli: Migrate Terraform UI hook to command views
5 years ago
Alisdair McDiarmid 536c80da23 backend: Add per-operation diagnostic rendering
5 years ago
Alisdair McDiarmid c5a6aa31d3 cli: Add initial command views abstraction
5 years ago
Alisdair McDiarmid 4991cc4835 cli: Improve error for invalid -target flags
5 years ago
Alisdair McDiarmid ca23a096d8 cli: Remove legacy positional path arguments
5 years ago
Alisdair McDiarmid 2e62e03b64 cli: Remove dead code for output -module flag
5 years ago
Martin Atkins c94a6102df command: Improve consistency of the command short descriptions
5 years ago
Shunsuke Miyoshi dc3ce1bbf7
command/refresh: fix state file path (#22885)
6 years ago
Alisdair McDiarmid 67203dade8 command: Simplify Meta.process helper method
6 years ago
Martin Atkins c06675c616 command: New -compact-warnings option
6 years ago
Brian Flad 20a814028d
command: Consistency implement and document parallelism default of 10
7 years ago
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
8 years ago
Martin Atkins de3944b9bf command: collect root module variable values for apply/plan/refresh
8 years ago
Martin Atkins a3403f2766 terraform: Ugly huge change to weave in new State and Plan types
8 years ago
Martin Atkins ebafa51723 command: Various updates for the new backend package API
8 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
9 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
10 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