Commit Graph

1022 Commits (4147fa779c26bdea044e8d77bd13989beacc81c8)

Author SHA1 Message Date
Martin Atkins 4147fa779c command: WIP input variable handling
8 years ago
Martin Atkins d2a9f6c4fd command: Fix some tests for the "apply" command
8 years ago
Martin Atkins d170507a17 command: Update backend-unchanged fixture for new expectations
8 years ago
Martin Atkins c6804959be command/format: be resilient to incomplete schema when formatting state
8 years ago
Kristin Laemmert f351019d8b
Merge pull request #18949 from hashicorp/mildwonkey/f-state-format-cmd
8 years ago
Kristin Laemmert 9529e7fc36 command/format: revert indentation change for consistency's sake
8 years ago
Kristin Laemmert c86aea98c3 command/format: fix indentation
8 years ago
Martin Atkins 93d6eebaf2 command: Show snippet of invalid resource addresses in import
8 years ago
Martin Atkins 097d098245 command: Fix TestUntaint
8 years ago
Martin Atkins 02f547d1a0 command: Fix all of the "taint" command tests
8 years ago
Martin Atkins 896cfb8979 command: Fix TestUntaint_module
8 years ago
Martin Atkins 2c30e3039f command: Fix various "untaint" command tests
8 years ago
Martin Atkins 2d84ebe37b command: Actually include the error when backend config decoding fails
8 years ago
Kristin Laemmert b1460b9661 command/show: config files are assumed to be in cwd
8 years ago
Kristin Laemmert c178058f10 cli: format/state_test.go
8 years ago
Kristin Laemmert 7f951d5f75 cli: format/state refactor to use blockBodyDiffPrinter
8 years ago
Kristin Laemmert 10e58dfabb cli: format/state refactor for new state format
8 years ago
Martin Atkins 764a7d61c8 command: Populate backend configuration in plan files
8 years ago
Martin Atkins 4c988cea62 command: Do CLI init of backend loaded from plan
8 years ago
James Bardin 5564afdab4 update provisioners for multiple processes
8 years ago
James Bardin 2209d6cdd9
Merge pull request #18982 from hashicorp/jbardin/plugin-processes
8 years ago
James Bardin 901d1d3a13 update to start a new process for each plugin
8 years ago
Martin Atkins 09a33ed11b command: Un-stub tests that were previously hanging on the inmem backend
8 years ago
Martin Atkins e84597e430 command/format: Remove tests for plan.go
8 years ago
Martin Atkins e9ca9f1854 command/format: print correctly nested blocks with labels
8 years ago
Martin Atkins b438db8e16 command: Allow tests to run to completion without panics or hangs
8 years ago
Martin Atkins 2597ef9da2 command: Fix TestApply for new mock provider interface
8 years ago
Martin Atkins 654acb7ddd command: Fix TestApply_destroyTargeted for new provider and state types
8 years ago
Martin Atkins 46b0286b30 command: Fix TestApply_destroy for new provider and state types
8 years ago
Martin Atkins a1e9a0b28d command: Update plugins_test.go for new provider types
8 years ago
Martin Atkins dcb21b8847 command: Update refresh_test.go for new provider types
8 years ago
Martin Atkins 7b73c16675 command: Update plan_test.go for new provider types
8 years ago
Martin Atkins ee64da4d12 command: Update import_test.go for new provider types
8 years ago
Martin Atkins af69f65ea9 command: Update apply_test.go for new provider types
8 years ago
Martin Atkins af3ce831b4 command: Use new provider and provisioner types in test helpers
8 years ago
Martin Atkins a1962ea156 core: Handle forced-create_before_destroy during the plan walk
8 years ago
Martin Atkins 07126364ba command: UiHook to report when it gets incorrect values
8 years ago
Martin Atkins 3a3f71707b command/format: Render unified diff for list and tuple value changes
8 years ago
Martin Atkins 68433696e8 command/format: Further refinement on the heuristic JSON-based diff
8 years ago
Martin Atkins 74f2642236 command/format: JSON value formatting heuristic not for primitive values
8 years ago
Martin Atkins cb7e1d696e command/format: Don't include commas after elements in map diffs
8 years ago
Martin Atkins e86a26fd98 command/format: show deep diffs for old/new JSON strings
8 years ago
Martin Atkins fa083099c7 command/format: correct alignment for multi-line values in map diff
8 years ago
Martin Atkins bd1192649e command/format: Nice rendering for changes to map values
8 years ago
Martin Atkins 88a8b6064d command/format: Show resource diff with header "comment"
8 years ago
Martin Atkins 86e8885bd1 command: initial structural diff rendering
8 years ago
Martin Atkins f68642d923 core: Properly handle no-op changes in plan
8 years ago
Martin Atkins 4e12671d8d command/format: show planned changes in rendered plan
8 years ago
Martin Atkins 23c17cdc7b terraform: More wiring in of new provider types
8 years ago
Martin Atkins ade3b4575e terraform: Ugly huge change to weave in new State and Plan types
8 years ago