terraform/internal/plans/objchange
James Bardin b7f8ef4dc6 handle unexpected changes to unknown block
An unknown block represents a dynamic configuration block with an
unknown for_each value. We were not catching the case where a provider
modified this value unexpectedly, which would crash with block of type
NestingList blocks where the config value has no length for comparison.
2021-06-11 13:13:40 -04:00
..
action.go
all_null.go
compatible.go
compatible_test.go
doc.go
lcs.go
lcs_test.go
normalize_obj.go
normalize_obj_test.go
objchange.go
objchange_test.go
plan_valid.go
plan_valid_test.go