terraform/plans
Martin Atkins 549544f201 configschema: Handle nested blocks containing dynamic-typed attributes
We need to make the collection itself be a tuple or object rather than
list or map in this case, since otherwise all of the elements of the
collection are constrained to be of the same type and that isn't the
intent of a provider indicating that it accepts any type.
2018-10-16 19:11:09 -07:00
..
internal/planproto plans: Record private data bytes as part of resource change 2018-10-16 19:11:09 -07:00
objchange configschema: Handle nested blocks containing dynamic-typed attributes 2018-10-16 19:11:09 -07:00
planfile plans: Record private data bytes as part of resource change 2018-10-16 19:11:09 -07:00
action.go plans: New package for in-memory plan models 2018-10-16 18:50:29 -07:00
action_string.go plans: New package for in-memory plan models 2018-10-16 18:50:29 -07:00
changes.go plans: Record private data bytes as part of resource change 2018-10-16 19:11:09 -07:00
changes_src.go plans: Record private data bytes as part of resource change 2018-10-16 19:11:09 -07:00
changes_state.go plans: New package for in-memory plan models 2018-10-16 18:50:29 -07:00
changes_sync.go terraform: Ugly huge change to weave in new State and Plan types 2018-10-16 19:11:09 -07:00
doc.go plans: New package for in-memory plan models 2018-10-16 18:50:29 -07:00
dynamic_value.go terraform: Ugly huge change to weave in new State and Plan types 2018-10-16 19:11:09 -07:00
dynamic_value_test.go plans: New package for in-memory plan models 2018-10-16 18:50:29 -07:00
plan.go terraform: Ugly huge change to weave in new State and Plan types 2018-10-16 19:11:09 -07:00
plan_test.go terraform: Ugly huge change to weave in new State and Plan types 2018-10-16 19:11:09 -07:00