terraform/internal/backend/remote
Nick Fagerlund ab70879b9b Remote backend: Stop setting message when creating runs
Historically, we've used TFC's default run messages as a sort of dumping
ground for metadata about the run. We've recently decided to mostly stop
doing that, in favor of:

- Only specifying the run's source in the default message.
- Letting TFC itself handle the default messages.

Today, the remote backend explicitly sets a run message, overriding
any default that TFC might set. This commit removes that explicit message
so we can allow TFC to sort it out.

This shouldn't have any bad effect on TFE out in the wild, because it's
known how to set a default message for remote backend runs since late 2018.
2021-06-09 11:07:39 -07:00
..
testdata Move backend/ to internal/backend/ 2021-05-17 14:09:07 -07:00
backend.go backend/remote: encourage use of -refresh-only 2021-05-26 23:08:39 -07:00
backend_apply.go backend/remote: validate API version for refresh and replace 2021-05-18 15:35:37 -07:00
backend_apply_test.go backend/remote: test new options and modes 2021-05-18 15:35:37 -07:00
backend_common.go Move terraform/ to internal/terraform/ 2021-05-17 14:09:07 -07:00
backend_context.go Move terraform/ to internal/terraform/ 2021-05-17 14:09:07 -07:00
backend_context_test.go Move states/ to internal/states/ 2021-05-17 14:09:07 -07:00
backend_mock.go backend/remote: test new options and modes 2021-05-18 15:35:37 -07:00
backend_plan.go Remote backend: Stop setting message when creating runs 2021-06-09 11:07:39 -07:00
backend_plan_test.go Remote backend: Stop setting message when creating runs 2021-06-09 11:07:39 -07:00
backend_state.go Move states/ to internal/states/ 2021-05-17 14:09:07 -07:00
backend_state_test.go Move states/ to internal/states/ 2021-05-17 14:09:07 -07:00
backend_test.go Move tfdiags/ to internal/tfdiags/ 2021-05-17 14:09:07 -07:00
cli.go Move backend/ to internal/backend/ 2021-05-17 14:09:07 -07:00
colorize.go Move backend/ to internal/backend/ 2021-05-17 14:09:07 -07:00
remote_test.go Move backend/ to internal/backend/ 2021-05-17 14:09:07 -07:00
testing.go backend/remote: test new options and modes 2021-05-18 15:35:37 -07:00