terraform/builtin/providers/terraform
Martin Atkins 5782357c28 backend: Update interface and implementations for new config loader
The new config loader requires some steps to happen in a different
order, particularly in regard to knowing the schema in order to
decode the configuration.

Here we lean directly on the configschema package, rather than
on helper/schema.Backend as before, because it's generally
sufficient for our needs here and this prepares us for the
helper/schema package later moving out into its own repository
to seed a "plugin SDK".
2018-10-16 18:39:12 -07:00
..
test-fixtures filter null output values from state 2018-03-08 11:39:29 -05:00
data_source_state.go backend: Update interface and implementations for new config loader 2018-10-16 18:39:12 -07:00
data_source_state_test.go terraform/terraform_remote_state: accept complex configs 2018-08-29 20:21:47 +02:00
flatten.go provider/terraform: reorganize for merge into core 2017-11-02 10:46:31 -07:00
provider.go provider/terraform: reorganize for merge into core 2017-11-02 10:46:31 -07:00
provider_test.go Implement the Enterprise enhanced remote backend 2018-08-03 22:22:55 +02:00