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
fixup.go refine the skipFixup heuristic 2021-09-22 16:29:50 -04:00
fixup_bench_test.go
fixup_test.go refine the skipFixup heuristic 2021-09-22 16:29:50 -04:00
schema.go
variables.go
variables_test.go