terraform/backend
Sander van Harmelen 4aeb67b8ff backend/remote: handle empty results correctly
The pagination info of a list call that returns an empty list contains:

```go
CurrentPage: 1
TotalPages: 0
```

So checking if we have seen all pages using `CurrentPage == TotalPages` will not work and will result in an endless loop.

The tests are updated so they will fail (timeout after 1m) if this is handled incorreclty.
2018-09-17 16:22:54 +02:00
..
atlas Use New() instead of `once.Do(b.init)` 2018-08-03 11:29:11 +02:00
init Implement the Enterprise enhanced remote backend 2018-08-03 22:22:55 +02:00
legacy Implement the Enterprise enhanced remote backend 2018-08-03 22:22:55 +02:00
local Implement the Enterprise enhanced remote backend 2018-08-03 22:22:55 +02:00
remote backend/remote: handle empty results correctly 2018-09-17 16:22:54 +02:00
remote-state backend/manta: deprecate camelcase attribute name 2018-08-29 20:22:04 +02:00
backend.go backend/migrations: migrate the default state 2018-08-29 21:37:39 +02:00
cli.go Update the backend import names 2018-08-03 11:29:11 +02:00
nil.go Update Backend interface to latest iteration 2017-02-28 16:07:07 -05:00
nil_test.go backend: introduce the backend set of interfaces 2017-01-26 14:33:49 -08:00
operation_type.go backend: introduce the backend set of interfaces 2017-01-26 14:33:49 -08:00
operationtype_string.go Update various files for new version of "stringer" 2017-12-11 13:26:29 -08:00
testing.go Implement the Enterprise enhanced remote backend 2018-08-03 22:22:55 +02:00