terraform/command/jsonprovider
Kristin Laemmert b26ae9cf48
add support for attributes with nested types in providers schema (#28055)
This PR extends jsonprovider to support attributes with NestedTypes and extends test coverage in jsonprovider and the providers schemas tests. I've also cleaned up some comments and extracted the logic to parse the nesting mode so it can be used in both marshalling blocks and attributes.
2021-03-12 08:28:22 -05:00
..
attribute.go add support for attributes with nested types in providers schema (#28055) 2021-03-12 08:28:22 -05:00
attribute_test.go Add support for provider metadata to modules. (#22583) 2020-03-05 16:53:24 -08:00
block.go add support for attributes with nested types in providers schema (#28055) 2021-03-12 08:28:22 -05:00
block_test.go Add support for provider metadata to modules. (#22583) 2020-03-05 16:53:24 -08:00
doc.go command/jsonprovider: export providers schemas to json (#20446) 2019-02-25 13:32:47 -08:00
provider.go Mildwonkey/command tests (#24535) 2020-04-06 09:24:23 -07:00
provider_test.go add support for attributes with nested types in providers schema (#28055) 2021-03-12 08:28:22 -05:00
schema.go command/jsonprovider: export providers schemas to json (#20446) 2019-02-25 13:32:47 -08:00
schema_test.go command/jsonprovider: export providers schemas to json (#20446) 2019-02-25 13:32:47 -08:00