Commit Graph

364 Commits (ec4f62078a43835feb98778317110e51d5aa6331)

Author SHA1 Message Date
kmoe b435b4ccde
cliconfig: more provider_installation err detail (#32722)
3 years ago
Sebastian Rivera 6d0a191ec4 Handle provisioner log types in renderer
3 years ago
Daniel Banck 4fa77727b5
Introduce `metadata functions` command (#32487)
3 years ago
Liam Cervante d212a72d1d
structured run output: impose canonical ordering on jsonstate and jsonplan packages (#32649)
3 years ago
Sebastian Rivera de574ae6d4
Initial implementation of structured logging in cloud backend (#32504)
3 years ago
Liam Cervante 4fa7cd0a68
structured renderer: fix closing json tags when rendering with no symbols (#32642)
3 years ago
Liam Cervante d818d7850d
Structured Renderer: use the new renderer when rendering the state in addition to the plan (#32629)
3 years ago
zetHannes c70244426a
Fix for no json output of state locking actions for --json flag (#32451)
3 years ago
Brandon Croft 9fd76e56cd
Factor out terraform-config-inspect/tfconfig during init
3 years ago
Sheridan C Rawlins 75e5ae27a2
[fixes 31700] Add mTLS support for http backend by way of client cert & key, as well as enterprise cacert. (#31699)
3 years ago
Martin Atkins e2380b1038 cliconfig: Allow forcing use of the plugin cache despite the lock file
3 years ago
Liam Cervante 7d1ea52077
Structured Plan Renderer: another round of fixes after more equivalence testing (#32537)
3 years ago
Liam Cervante 6dc49150b7
Structured Plan Renderer: Read the data source schemas from the right place (#32532)
3 years ago
Liam Cervante 8d61c5bfc4
Use the new structured renderer in place of the old diffs package (#32520)
3 years ago
Liam Cervante 99823e4a15
Structured Plan Renderer: Fix minor bugs causing diffs in the equivalence tests. (#32519)
3 years ago
Liam Cervante e015b15f12
Structured Plan Renderer: Remove attributes that do not match the relevant attributes filter (#32509)
3 years ago
Liam Cervante 95782f2491
Structured plan renderer: Implement the main functionality for the renderer (#32496)
3 years ago
Liam Cervante af0ff90d6e
Remove outputs from the jsonplan that are not from the root module (#32503)
3 years ago
Liam Cervante c125397da1
push the colorize actions as locally as possible (#32502)
3 years ago
James Bardin 96b1318167 remove deprecated condition_results from plan
3 years ago
Liam Cervante f6d625103c
Structured plan renderer: refactor replace paths logic (#32489)
3 years ago
Liam Cervante 38afb41787
Structured plan renderer: Introduce support for multiline and JSON strings (#32488)
3 years ago
Liam Cervante 8330b7295b
Structured plan renderer: Add support for map blocks and sensitive blocks. (#32491)
3 years ago
Liam Cervante 21bb677db7
Structured Plan Renderer: Naming and package structure refactor (#32486)
3 years ago
Liam Cervante a086453783
Structured Plan Renderer: Refactor Primitive and Sensitive value processing (#32476)
3 years ago
Liam Cervante 46ab53d651
Structured Plan Renderer: Escape object and block keys that don't match HCL syntax (#32483)
3 years ago
Liam Cervante 7a3fc48b70
Structured Plan Renderer: Add tests validating behaviour of dynamic types (#32482)
3 years ago
Liam Cervante d31631675b
Add support for Tuples into the structured plan renderer (#32479)
3 years ago
Liam Cervante 2d66eee872
Structured Plan Renderer: Address comments raised in previous PRs (#32478)
3 years ago
Liam Cervante 1332d315b6
Structured Plan Renderer: Remove generic `interface{}` entry point (#32477)
3 years ago
Liam Cervante 9bc5ded27a
Add support for outputs in the structured renderer (#32426)
3 years ago
Liam Cervante 05f1764a0d
Add support for blocks in the structured renderer (#32422)
3 years ago
Liam Cervante 69cce3597f
Add support for sets in the structured renderer (#32409)
3 years ago
Liam Cervante aff94591c1
Add support for lists in the structured renderer (#32401)
3 years ago
Liam Cervante 8975eebf84
Add support for maps in the structured renderer (#32397)
3 years ago
Liam Cervante b097d8873d
Add support for the replace paths data in the structured renderer (#32392)
3 years ago
Liam Cervante 1eebcf875f
Add support for object attributes in the structured renderer (#32391)
3 years ago
Liam Cervante b8b1a8d430
Add support for unknown/computed values in the structured renderer (#32378)
3 years ago
Liam Cervante 6ab277f6ba
Add support for sensitive values in the structured renderer (#32375)
3 years ago
Liam Cervante 71daef058f
Add rendering functionality for primitives to the structured renderer (#32373)
3 years ago
Liam Cervante aff7d360e1
Add skeleton functions and API for refactored renderer (#32368)
3 years ago
Liam Cervante b917154a97
Make required JSON structured output structures public for processing (#32367)
3 years ago
James Bardin 721df0e68d
Merge pull request #32395 from hashicorp/jbardin/plan-output-on-error
3 years ago
James Bardin a6098b67fa fix test state
3 years ago
James Bardin 25ac4d33e4
Merge pull request #31633 from brittandeyoung/f-workspace-selectornew
3 years ago
Brittan DeYoung 8881418c99
Update internal/command/workspace_select.go
3 years ago
James Bardin d60d247e40
Merge pull request #31318 from twittyc/twittyc/terraformWorkspaceInvalidArgsReturnsNon0
3 years ago
James Bardin 76d5e4a9cb add command test for errored plan
3 years ago
James Bardin 5aa088e385 remove -always-out
3 years ago
Martin Atkins 4660dacd59 command: Prototype of handling errored plans
3 years ago