terraform/backend/atlas
Sander van Harmelen 04439595ab Make the Atlas backend work after updating depencies
Newer versions of the retryablehttp package use a context, so we need to
add that in our custom `CheckRetry` function.

In addition I removed the `return true, nil` to continue retrying in
case of an error, and instead directly call the `DefaultRetryPolicy`.
This is because the `DefaultRetryPolicy` will now also take the context
into consideration.
2018-11-15 20:34:31 +01:00
..
backend.go Implement the remote enhanced backend 2018-11-06 16:29:46 +01:00
backend_test.go Implement the remote enhanced backend 2018-11-06 16:29:46 +01:00
cli.go backend/atlas: adhere to backend.CLI 2017-03-01 13:29:16 -08:00
state_client.go Make the Atlas backend work after updating depencies 2018-11-15 20:34:31 +01:00
state_client_test.go Make the Atlas backend work after updating depencies 2018-11-15 20:34:31 +01:00