terraform/backend/remote
Kristin Laemmert 412d459292
backend/remote: remove milseading contents from error message (#22148)
Previously, terraform was returning a potentially-misleading error
message in response to anything other than a 404 from the
b.client.Workspaces.Read operation. This PR simplifies Terraform's error
message with the intent of encouraging those who encounter it to focus
on the error message returned from the tfe client.

The added test is odd, and a bit hacky, and possibly overkill.
2019-07-22 09:06:39 -04:00
..
testdata Standardise directory name for test data 2019-06-30 10:16:15 +02:00
backend.go backend/remote: remove milseading contents from error message (#22148) 2019-07-22 09:06:39 -04:00
backend_apply.go update remote apply language to use proper its/it's 2019-06-14 12:22:21 -05:00
backend_apply_test.go Standardise directory name for test data 2019-06-30 10:16:15 +02:00
backend_common.go Remove pre-alpha cost estimation logic 2019-05-20 16:48:38 -07:00
backend_context.go Prevent a panic caused by writing to a nil map 2019-04-11 14:34:14 +02:00
backend_mock.go backend/remote: remove milseading contents from error message (#22148) 2019-07-22 09:06:39 -04:00
backend_plan.go backend/remote: notify users when uploading something other than cwd 2019-07-18 09:50:17 -07:00
backend_plan_test.go backend/remote: remove milseading contents from error message (#22148) 2019-07-22 09:06:39 -04:00
backend_state.go backend/remote: do not unlock after a failed upload 2019-04-29 21:23:33 +02:00
backend_state_test.go backend/remote: cleanup test connections 2019-02-07 09:55:19 +01:00
backend_test.go Change backend.ValidateConfig to PrepareConfig 2019-02-25 18:37:20 -05:00
cli.go Change how to fall back from remote to local backend 2018-11-20 22:25:52 +01:00
colorize.go backend/remote: implement the Local interface 2018-11-26 20:50:25 +01:00
remote_test.go Change how to fall back from remote to local backend 2018-11-20 22:25:52 +01:00
testing.go Remove pre-alpha cost estimation logic 2019-05-20 16:48:38 -07:00