terraform/internal/lang/blocktoattr
James Bardin 6b4e73af48 skip the blocktoattr fixup with nested types
If structural types are being used, we can be assured that the legacy
SDK SchemaConfigModeAttr is not being used, and the fixup is not needed.

This prevents inadvertent mapping of blocks to structural attributes,
and allows us to skip the fixup overhead when possible.
2021-09-22 12:17:20 -04:00
..
doc.go
fixup.go skip the blocktoattr fixup with nested types 2021-09-22 12:17:20 -04:00
fixup_bench_test.go
fixup_test.go skip the blocktoattr fixup with nested types 2021-09-22 12:17:20 -04:00
schema.go
variables.go Move lang/ to internal/lang/ 2021-05-17 14:09:07 -07:00
variables_test.go