terraform/backend/remote
Kristin Laemmert 190ef537ec backend/remote: notify users when uploading something other than cwd
When a TFC workspace is configured without a VCS root, and with a
working directory, and a user is running `terraform init` from that same
directory, TFC uploads the entire configuration directory, not only the
user's cwd. This is not obvious to the user, so we are adding a descriptive
message explaining what is being uploaded, and why.
2019-07-18 09:50:17 -07:00
..
testdata Standardise directory name for test data 2019-06-30 10:16:15 +02:00
backend.go Merge pull request #20615 from hashicorp/svh/f-input-context 2019-03-08 18:44:28 +01: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 Remove pre-alpha cost estimation logic 2019-05-20 16:48:38 -07: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: notify users when uploading something other than cwd 2019-07-18 09:50:17 -07: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