terraform/plans/objchange
Martin Atkins 05caff2ca3 Move tfdiags/ to internal/tfdiags/
This is part of a general effort to move all of Terraform's non-library
package surface under internal in order to reinforce that these are for
internal use within Terraform only.

If you were previously importing packages under this prefix into an
external codebase, you could pin to an earlier release tag as an interim
solution until you've make a plan to achieve the same functionality some
other way.
2021-05-17 14:09:07 -07:00
..
action.go backend/local: treat output changes as side-effects to be applied 2020-05-29 07:36:40 -07:00
all_null.go plans/objchange: extended ProposedNewObject to descend into attributes 2021-02-10 09:58:56 -05:00
compatible.go use new dynamic decoding behavior 2021-04-14 12:13:22 -04:00
compatible_test.go Move tfdiags/ to internal/tfdiags/ 2021-05-17 14:09:07 -07:00
doc.go plans/objchange: logic for merging prior state with config 2018-10-16 19:11:09 -07:00
lcs.go Support lists of deeply marked values 2020-09-25 13:33:44 -04:00
lcs_test.go Support lists of deeply marked values 2020-09-25 13:33:44 -04:00
normalize_obj.go NormalizeObjectFromLegacySDK should handle marks 2021-05-12 09:36:25 -04:00
normalize_obj_test.go plans/objchange: Don't panic when dynamic-typed attrs are present 2019-03-11 08:18:26 -07:00
objchange.go use new dynamic decoding behavior 2021-04-14 12:13:22 -04:00
objchange_test.go return the properly-typed nulls, instead of empty containers, in proposedNewNestedType 2021-02-12 13:37:45 -05:00
plan_valid.go catch invalidly planned attributes earlier 2021-02-24 12:13:12 -05:00
plan_valid_test.go Move tfdiags/ to internal/tfdiags/ 2021-05-17 14:09:07 -07:00