terraform/command/jsonconfig
Martin Atkins fcb8c53454 command/jsonconfig: Use correct provider address to access schema
There was a remaining TODO in this package to find the true provider FQN
when looking up the schema for a resource type. We now have that data
available in the Provider field of configs.Resource, so we can now
complete that change.

The tests for this functionality actually live in the parent "command"
package as part of the tests for the "terraform show" command, so this
fix is verified by all of the TestShow... tests now passing except one,
and that remaining one is failing for some other reason which we'll
address in a later commit.
2020-04-06 09:24:23 -07:00
..
config.go command/jsonconfig: Use correct provider address to access schema 2020-04-06 09:24:23 -07:00
doc.go json output of terraform plan (#19687) 2018-12-19 11:08:25 -08:00
expression.go vendor: switch to HCL 2.0 in the HCL repository 2019-10-02 15:10:21 -07:00
expression_test.go vendor: switch to HCL 2.0 in the HCL repository 2019-10-02 15:10:21 -07:00