Commit Graph

130 Commits (6440c839474f052d8997bb5cec19c2743e5108e6)

Author SHA1 Message Date
Kristin Laemmert 3933cbd491
remove LegacyProvider (#26433)
5 years ago
Pam Selle 111aadd0f0 Extend tests further
5 years ago
Pam Selle 55c96da27e Move nested block printing to own method for readability
5 years ago
Pam Selle 2ec95f1abc Make an after val unknown to exercise the known check
5 years ago
Pam Selle 73b1d8b0d1 Add special diff for nested blocks
5 years ago
Pam Selle 6617c2729c Test additions for nested blocks
5 years ago
Pam Selle 3e7be13dff Update ordering for marking/unmarking and asserting plan valid
5 years ago
Pam Selle 52b6f7f53e Move common IsMarked checks above switch statement
5 years ago
Pam Selle 1780351636 If the whole map is marked, have the same sensitivity behavior as a single value
5 years ago
Pam Selle 0520f143a2 Add diff coverage for maps
5 years ago
Pam Selle 40ea3f4cb8
Merge pull request #26373 from hashicorp/pselle/sensitive-vals-list
5 years ago
Pam Selle 634e83ab63 Change sensitivity warning to be yellow only on 'Warning'
5 years ago
Pam Selle 3dde9efc75 Support list diffs with sensitivity
5 years ago
Pam Selle 5b549224ae Refactor to call ContainsMarked less and use len() instead
5 years ago
Pam Selle 3c9fad0b0e Move plan action check into the sensitivity warning method
5 years ago
Pam Selle 531728f6e9 Sensitive diffs for primitive types
5 years ago
Pam Selle 20921dbfb8 Add warning about sensitivity change
5 years ago
Pam Selle 0a02e7040f
Store sensitive attribute paths in state (#26338)
5 years ago
Pam Selle 8d8389da74 Add diff test with a sensitive change
6 years ago
Pam Selle e4e16ccbd3 Rebase fix
6 years ago
Pam Selle 61c78fd3b9 Add case to compactValueStr not to expose sensitive vals in diagnostics
6 years ago
Pam Selle bc55b6a28b Use UnmarkDeepWithPaths and MarkWithPaths
6 years ago
Pam Selle 896d277a69 If the path is empty, we should not be marking the path
6 years ago
Pam Selle 84d118e18f Track sensitivity through evaluation
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
Alisdair McDiarmid 3547f9e368 format: Don't wrap space-prefixed diag details
6 years ago
Alisdair McDiarmid c87c0a9d2a command/format: Fix empty overlap diagnostics
6 years ago
Martin Atkins 31a4b44d2e backend/local: treat output changes as side-effects to be applied
6 years ago
Kristin Laemmert 27a794062e Mildwonkey/command tests (#24535)
6 years ago
Alisdair McDiarmid a23c3e3c81 command/format: Fix multi-line diagnostic output
6 years ago
James Bardin a8b9547e0d fixup states.Resource change throughout packages
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
Kristin Laemmert 927999a820
command/state show: use configured provider (#24027)
6 years ago
Kristin Laemmert 80ab551867
terraform: use addrs.Provider as map keys for provider schemas (#24002)
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 92f427779d
command/show: fix issue with show and aliased provider (#23848)
6 years ago
Martin Atkins c06675c616 command: New -compact-warnings option
6 years ago
Pam Selle d8c31a1efa
Merge pull request #23581 from hashicorp/pselle/show-panic-23377
6 years ago
Kristin Laemmert e3416124cc
addrs: replace "Type string" with "Type Provider" in ProviderConfig
6 years ago
Pam Selle 2b8e876bdb Don't inspect an empty set, return false
6 years ago
tmshn fcc1a76d5e make plan-diff format a bit more dry
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 d0cbbb6a00 command/format: Remove defunct "Plan" type and associated symbols
6 years ago
Martin Atkins 39e609d5fd vendor: switch to HCL 2.0 in the HCL repository
6 years ago
James Bardin 345dfaccb6 Account for deposed instances in show command, adding the details for
7 years ago