Commit Graph

138 Commits (6f577abc72cc7dbfbb6d8e516fbabc9d0dc1ffef)

Author SHA1 Message Date
Martin Atkins d24fdce5b8 command/format: Include unknown values in diagnostics
5 years ago
Pam Selle f61a342311 Hide sensitive outputs in terraform show
5 years ago
Alisdair McDiarmid c798dc98db command: Show diffs when only sensitivity changes
5 years ago
Alisdair McDiarmid d05e3b40bf
Merge pull request #26492 from hashicorp/alisdair/sensitive-value-force-replacement
5 years ago
Alisdair McDiarmid 62e6f56a50 command: Fix missing force new for sensitive blocks
5 years ago
Alisdair McDiarmid 79a3e33c4d command: Fix missing force new for sensitive vars
5 years ago
Alisdair McDiarmid eb873f5021
Merge pull request #25725 from FGtatsuro/diff_heredoc_hyphen
5 years ago
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
6 years ago
Pam Selle 634e83ab63 Change sensitivity warning to be yellow only on 'Warning'
6 years ago
Pam Selle 3dde9efc75 Support list diffs with sensitivity
6 years ago
Pam Selle 5b549224ae Refactor to call ContainsMarked less and use len() instead
6 years ago
Pam Selle 3c9fad0b0e Move plan action check into the sensitivity warning method
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
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
FGtatsuro b6cf1c3673 Use valid heredoc begin symbol in diff output.
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