terraform/backend/remote-state
James Bardin fa4dc01cf4 add named state support to the s3 backend
This adds named state (environment) support to the S3 backend.

A state NAME will prepend the configured s3 key with `env:/NAME/`.
The default state will remain rooted in the bucket for backwards
compatibility.

Locks in DynamoDB use the S3 key as the as the primary key value, so
locking will work as expected for multiple states.
2017-03-22 16:59:13 -04:00
..
consul move s3 config from client to backend 2017-03-22 15:52:55 -04:00
inmem update remote-state/inmem client 2017-02-28 16:35:45 -05:00
s3 add named state support to the s3 backend 2017-03-22 16:59:13 -04:00
backend.go update remote-state.Backend 2017-02-28 16:35:45 -05: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