terraform/backend/remote-state
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
..
artifactory backend: Update interface and implementations for new config loader 2018-10-16 18:39:12 -07:00
azure backend: Update interface and implementations for new config loader 2018-10-16 18:39:12 -07:00
consul backend: Update interface and implementations for new config loader 2018-10-16 18:39:12 -07:00
etcdv2 backend: Update interface and implementations for new config loader 2018-10-16 18:39:12 -07:00
etcdv3 backend: Update interface and implementations for new config loader 2018-10-16 18:39:12 -07:00
gcs backend: Update interface and implementations for new config loader 2018-10-16 18:39:12 -07:00
http backend: Update interface and implementations for new config loader 2018-10-16 18:39:12 -07:00
inmem backend: Update interface and implementations for new config loader 2018-10-16 18:39:12 -07:00
manta backend: Update interface and implementations for new config loader 2018-10-16 18:39:12 -07:00
s3 backend: Update interface and implementations for new config loader 2018-10-16 18:39:12 -07:00
swift backend: Update interface and implementations for new config loader 2018-10-16 18:39:12 -07:00
backend.go backend: Update interface and implementations for new config loader 2018-10-16 18:39:12 -07:00
backend_test.go backend/remote-state 2017-01-26 14:33:49 -08:00
testing.go Move TestRemoteLocks to state/remote 2017-02-08 11:25:52 -05:00