terraform/backend/remote-state/s3
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
..
backend.go backend/s3: Allow forcing use of the S3 path-style API 2018-01-03 12:15:47 -08:00
backend_state.go only split the prefix string once from the s3 key 2018-01-11 10:08:02 -05:00
backend_test.go backend: Update interface and implementations for new config loader 2018-10-16 18:39:12 -07:00
client.go Standardize on log level "WARN" rather than "WARNING" 2018-01-16 18:05:26 -08:00
client_test.go backend: Update interface and implementations for new config loader 2018-10-16 18:39:12 -07:00