terraform/plans/objchange
Martin Atkins 9b4b43c077 plans/objchange: Don't panic when a prior value with a set is null
ProposedNewObject intentionally replaces a null prior with an unknown
prior in order to easily fill in unknown values where they "show through"
under values not set explicitly in config, but it was failing to handle
that situation when dealing with nested blocks that are backed by sets.
2018-10-17 17:02:47 -07:00
..
compatible.go plans/objchange: Fix handling of unknown in AssertValueCompatible 2018-10-16 19:14:11 -07:00
compatible_test.go plans/objchange: AssertObjectSuperset function 2018-10-16 19:11:09 -07:00
doc.go plans/objchange: logic for merging prior state with config 2018-10-16 19:11:09 -07:00
lcs.go plans/objchange: LongestCommonSubsequence 2018-10-16 19:14:11 -07:00
lcs_test.go plans/objchange: LongestCommonSubsequence 2018-10-16 19:14:11 -07:00
objchange.go plans/objchange: Don't panic when a prior value with a set is null 2018-10-17 17:02:47 -07:00
objchange_test.go plans/objchange: Don't panic when a prior value with a set is null 2018-10-17 17:02:47 -07:00