Commit Graph

57 Commits (d763e4f73e271677a61c2bdbfbfcef262d150f22)

Author SHA1 Message Date
Kristin Laemmert 3fa063b8dc
command/format: concise diff is now the default (#27079)
5 years ago
Alisdair McDiarmid c798dc98db command: Show diffs when only sensitivity changes
6 years ago
Alisdair McDiarmid d05e3b40bf
Merge pull request #26492 from hashicorp/alisdair/sensitive-value-force-replacement
6 years ago
Alisdair McDiarmid 62e6f56a50 command: Fix missing force new for sensitive blocks
6 years ago
Alisdair McDiarmid 79a3e33c4d command: Fix missing force new for sensitive vars
6 years ago
Alisdair McDiarmid eb873f5021
Merge pull request #25725 from FGtatsuro/diff_heredoc_hyphen
6 years ago
Kristin Laemmert 3933cbd491
remove LegacyProvider (#26433)
6 years ago
Pam Selle 111aadd0f0 Extend tests further
6 years ago
Pam Selle 2ec95f1abc Make an after val unknown to exercise the known check
6 years ago
Pam Selle 73b1d8b0d1 Add special diff for nested blocks
6 years ago
Pam Selle 6617c2729c Test additions for nested blocks
6 years ago
Pam Selle 3e7be13dff Update ordering for marking/unmarking and asserting plan valid
6 years ago
Pam Selle 1780351636 If the whole map is marked, have the same sensitivity behavior as a single value
6 years ago
Pam Selle 0520f143a2 Add diff coverage for maps
6 years ago
Pam Selle 3dde9efc75 Support list diffs with sensitivity
6 years ago
Pam Selle 531728f6e9 Sensitive diffs for primitive types
6 years ago
Pam Selle 20921dbfb8 Add warning about sensitivity change
6 years ago
Pam Selle 0a02e7040f
Store sensitive attribute paths in state (#26338)
6 years ago
Pam Selle 8d8389da74 Add diff test with a sensitive change
6 years ago
Alisdair McDiarmid 09d8355f43 command: Add experimental concise diff renderer
6 years ago
Alisdair McDiarmid ba9baac36d command: Add tests for format.OutputChanges
6 years ago
FGtatsuro b6cf1c3673 Use valid heredoc begin symbol in diff output.
6 years ago
James Bardin e13eecbc5b finish provider ModuleInstance replacement
6 years ago
Kristin Laemmert 47a16b0937
addrs: embed Provider in AbsProviderConfig instead of Type
6 years ago
Martin Atkins 8b511524d6
Initial steps towards AbsProviderConfig/LocalProviderConfig separation (#23978)
6 years ago
Kristin Laemmert 6541775ce4
addrs: roll back change to Type field in ProviderConfig (#23937)
6 years ago
Kristin Laemmert e3416124cc
addrs: replace "Type string" with "Type Provider" in ProviderConfig
6 years ago
Simon Brady 7a9fa93724 command/plan: Fix panic in plan output with string containing null and whitespace (#23102)
6 years ago
Thayne McCombs a895a42f85 command/format: fix missing elements at the end of lists in diffs
6 years ago
Martin Atkins 7db2825646 command/format: multi-line rendering for unchanged strings
6 years ago
Martin Atkins 6adcc7ab73 vendor: go get github.com/zclconf/go-cty@master
7 years ago
James Bardin f79a768a4e command/format: take noop changes from lcs
7 years ago
Frederic 0f1f504c22 command/format: indicate in diff when adding an attribute forces replacement
7 years ago
Martin Atkins e918fa83ec command/format: Don't panic when item removed from list of objects
7 years ago
James Bardin 0569e39788 don't try to treat "null" as json in diff output
7 years ago
Martin Atkins 2d41c1009b command/format: Diffs for NestingMap block types
7 years ago
Martin Atkins 69772b11b1 command/format: test for diff rendering with dynamic-typed subattrs
7 years ago
Kristin Laemmert b9d8e96e0c
command/plan: plan output should indicate if a resource is being (#20580)
7 years ago
Radek Simko b492c3662c
Merge pull request #20089 from hashicorp/t-cmd-fmt-sensitive-update
7 years ago
Radek Simko f04d0b48bc
command/format: Add test to cover update of sensitive field
7 years ago
Radek Simko 953eae7e4b
command/format: Fix rendering of different types
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 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
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