terraform/backend/remote-state
Collin J. Doering 6d838ed76c
Allow s3 backends to contain more then 1000 workspaces
* backend/remote-state/s3/backend_state.go: Prior to this commit, the terraform s3 backend did
  not paginate calls to s3 when finding workspaces, which resulted in workspaces 'disappearing'
  once they are switched away from, even though the state file still exists. This is due to the
  ListBucket operation defaulting MaxItems to 1000, so terraform s3 backends that contained
  more then 1000 workspaces did not function as expected. This rectifies this situation by
  paginating calls to s3 when finding workspaces.

Signed-off-by: Collin J. Doering <collin@rekahsoft.ca>
2019-10-01 11:46:34 -04:00
..
artifactory Implement the remote enhanced backend 2018-11-06 16:29:46 +01:00
azure vendor: Downgrade Azure dependencies 2019-08-20 15:52:11 +01:00
consul backend/remote-state: Get all the backend tests building again 2018-10-16 19:14:11 -07:00
etcdv2 backend/remote: use `state.v2` for remote state only 2019-02-19 10:59:51 +01:00
etcdv3 backend/remote-state: etcdv3, oss, and manta acc tests should fail 2019-09-27 08:45:12 -04:00
gcs Merge branch 'master' into 21680/GCS_OAUTH 2019-08-27 16:56:27 +01:00
http backend/http: implement retries for the http backend (#19702) 2019-06-05 16:12:07 -04:00
inmem backend/remote-state/inmem: remove FIXME guards on tests that no longer hang 2018-10-16 19:14:11 -07:00
manta backend/remote-state: etcdv3, oss, and manta acc tests should fail 2019-09-27 08:45:12 -04:00
oss backend/remote-state: etcdv3, oss, and manta acc tests should fail 2019-09-27 08:45:12 -04:00
pg remote-state/pg: add option to skip schema creation (#21607) 2019-08-27 11:14:32 -04:00
s3 Allow s3 backends to contain more then 1000 workspaces 2019-10-01 11:46:34 -04:00
swift rebased to terraform master branch 2019-07-10 18:05:10 +01:00