terraform/backend/remote-state
Florian Forster 91b1a39a40 backend/remote-state/gcs: Implement an end-to-end test.
The code is loosely based on state/remote/gcs_test.go. If the
GOOGLE_PROJECT environment variable is set, this test will

1) create a new bucket; error out if the bucket already exists.
2) create a new state
3) list states and ensure that the newly created state is listed
4) ensure that an object with the expected name exists
5) rum "state/remote".TestClient()
6) delete the state

The bucket is deleted when the test exits, though this may fail if the
bucket it not empty.
2017-10-27 16:51:21 -04:00
..
azure Obtaining the current metadata before setting it 2017-09-06 12:41:05 -07:00
consul reset testLockHook 2017-10-08 16:24:45 -04:00
etcdv3 Add TLS support. 2017-09-09 08:03:59 +01:00
gcs backend/remote-state/gcs: Implement an end-to-end test. 2017-10-27 16:51:21 -04:00
inmem add another failing test for remote.State lineage 2017-08-01 19:34:21 -04:00
s3 retry on s3 state upload errors 2017-10-08 16:46:33 -04:00
swift Rename openstack provider for swift remote backend 2017-06-13 22:11:16 +01: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