terraform/command/jsonprovider
Kristin Laemmert 27a794062e Mildwonkey/command tests (#24535)
* command: refactor testBackendState to write states.State

testBackendState was using the older terraform.State format, which is no
longer sufficient for most tests since the state upgrader does not
encode provider FQNs automatically. Users will run `terraform
0.13upgrade` to update their state to include provider FQNs in
resources, but tests need to use the modern state format instead of
relying on the automatic upgrade.

* plan tests passing
* graph tests passing
* json packages test update
* command test updates
* update show test fixtures
* state show tests passing
2020-04-06 09:24:23 -07:00
..
attribute.go Add support for provider metadata to modules. (#22583) 2020-03-05 16:53:24 -08: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 provider metadata to modules. (#22583) 2020-03-05 16:53:24 -08: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 provider metadata to modules. (#22583) 2020-03-05 16:53:24 -08: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