mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-01 11:47:07 -06:00
69772b11b1
We use cty a little differently when a nested list block contains a dynamically-typed attribute: it appears as a tuple value instead of a list value so that we can retain the individual types of each element. Here we introduce a test for that case, but doing so required also making the runTestCases function handle types in a stricter way so that it will produce planned values that match how Terraform Core would do it, including the necessary late-bound type information for the dynamically-typed attribute. |
||
---|---|---|
.. | ||
diagnostic.go | ||
diff_test.go | ||
diff.go | ||
format.go | ||
object_id_test.go | ||
object_id.go | ||
plan.go | ||
state_test.go | ||
state.go |