terraform/internal/lang/blocktoattr
James Bardin 8706a18c4b refine the skipFixup heuristic
We can also rule out some attribute types as indicating something other
than the legacy SDK.

- Tuple types were not generated at all.
- There were no single objects types, the convention was to use a block
  list or set of length 1.
- Maps of objects were not possible to generate, since named blocks were
  not implemented.
- Nested collections were not supported, but when they were generated they
  would have primitive types.
2021-09-22 16:29:50 -04:00
..
doc.go Move lang/ to internal/lang/ 2021-05-17 14:09:07 -07:00
fixup.go refine the skipFixup heuristic 2021-09-22 16:29:50 -04:00
fixup_bench_test.go Move lang/ to internal/lang/ 2021-05-17 14:09:07 -07:00
fixup_test.go refine the skipFixup heuristic 2021-09-22 16:29:50 -04:00
schema.go Move lang/ to internal/lang/ 2021-05-17 14:09:07 -07:00
variables.go Move lang/ to internal/lang/ 2021-05-17 14:09:07 -07:00
variables_test.go Move lang/ to internal/lang/ 2021-05-17 14:09:07 -07:00