Commit Graph

1165 Commits (71d07832e26dfe70d918dc083d9aef09aa8ec6a4)

Author SHA1 Message Date
Radek Simko 953eae7e4b
command/format: Fix rendering of different types
7 years ago
Radek Simko f3d1565d6f
command/format: Fix tuple diff formatting
7 years ago
Radek Simko 0dff8fe5e0
Add failing test case for tuple
7 years ago
Radek Simko 3d0a25c65d
command/format: Fix nested (JSON) object formatting
7 years ago
Radek Simko c5ba7469be
command/format: Fix rendering of unknown elements in set/map/list
7 years ago
Radek Simko 98cc99e632
command/format: Add crashing test with unknown element in map
7 years ago
Radek Simko 73225c7aeb
command/format: Add crashing test with unknown element in list
7 years ago
Radek Simko e7e8b7358f
command/format: Add crashing test with unknown element in set
7 years ago
Martin Atkins 8b094f48f7 command: Update "terraform get" to use the new module installer
7 years ago
Martin Atkins 176a5abfd3 command: Restore single-file support in "terraform fmt"
7 years ago
Martin Atkins b0a43cab84 command: "terraform fmt" must fail if file has invalid syntax
7 years ago
findkim 7816e61614 Bump installer protocol version to 5 and separate client and server protocol references
7 years ago
Radek Simko 13896d72c5
command/format: Render empty object as {}
7 years ago
Radek Simko 5f14b7a7f2
command/format: Render empty primitive list/set as []
7 years ago
Radek Simko 09d19ca9d9
command/format: Render empty JSON object as {}
7 years ago
Radek Simko 0dd2d56f18
command/format: Render empty maps as {}
7 years ago
Kim Ngo 41a2376915
Merge pull request #19981 from findkim/colorize-protocol-mismatch-msg
7 years ago
findkim 6e0de3e3f5 Nest incompatible provider protocol error to include dynamic custom msg
7 years ago
Radek Simko aae87c7921
Merge pull request #19990 from hashicorp/f-cmd-fmt-ignore-empty-str
7 years ago
Martin Atkins 86c02d5c35 command: "terraform init" can partially initialize for 0.12upgrade
7 years ago
Martin Atkins 0c0a437bcb Move module install functionality over to internal/initwd
7 years ago
Radek Simko d96f4fa77b
command/format: Ignore removal of empty strings
7 years ago
Kristin Laemmert 5df9cd0f52
command/show: tests for -json output (#19980)
7 years ago
Radek Simko bc4b7cad68
command/format: Render null in dark gray (#19616)
7 years ago
Kristin Laemmert cdf7cc2449
command/json*: updating documentation and adding tests (#19944)
7 years ago
Sander van Harmelen fb57e9b26f command/state: add proper locking
8 years ago
Kristin Laemmert 3e9c51c726
command/jsonstate: marshal state into a machine readable blob o'json (#19911)
8 years ago
Kristin Laemmert 2b6dc13f29
jsonplan: remove "proposed_unknown" structure in favor of "after_unknown" field in "change" (#19709)
8 years ago
Martin Atkins 2cf63d068f command: Always normalize config path before operations
8 years ago
Kristin Laemmert 126e5f337f
json output of terraform plan (#19687)
8 years ago
James Bardin 149ccd929e missing commits from 19688
8 years ago
James Bardin 9667e06a03 decode backend hash as uint64
8 years ago
Charles Kenney 2dfc3a399d command: allow -no-color option on "providers" command
8 years ago
Radek Simko f64978b64c
backend/local: Render CBD replacement (+/-) correctly (#19642)
8 years ago
Radek Simko b28efa0bf3
command/format: Fix tests
8 years ago
Radek Simko 0b981fa641
command/format: Fix rendering of force-new updates
8 years ago
Radek Simko fe117e9f02
command/format: Fix rendering of nested blocks during update
8 years ago
Radek Simko 2df886397b
command/format: Add more tests to cover non-primitive fields
8 years ago
Radek Simko e3e459a8d4
command/format: Restructure tests
8 years ago
Radek Simko 49e7026bdd
command/format: Add tests for ResourceChange renderer
8 years ago
Kristin Laemmert e3cecb7d56
format/state: added missing newline in the `outputs` output (#19542)
8 years ago
Radek Simko 9e5677adeb
Merge pull request #19453 from hashicorp/b-whole-body-diag-rendering
8 years ago
Radek Simko 501fcd1e21
Fix tests after upgrading hcl
8 years ago
Radek Simko 4f2868a019
command/format: Fix rendering of attribute-agnostic diagnostics
8 years ago
Sander van Harmelen ef9054562e commands: make sure the correct flagset is used
8 years ago
Sander van Harmelen 79a9a15879 command/state: lock when pushing state
8 years ago
Martin Atkins 884aa387b8 command: Use vendoring when building helper programs in tests
8 years ago
Martin Atkins 5255e85238 "go fmt" fixups
8 years ago
Martin Atkins 73c9521a04 command/e2etest: Temporarily disable tests that access network
8 years ago
Martin Atkins 37bc187f95 command: "terraform output" mustn't panic when no state is present
8 years ago