terraform/internal/cloud
Barrett Clark edbc84420c Run apply -refresh-state instead of refresh
When a user runs `terraform refresh` we give them an error message that
tells them to run `terraform apply -refresh-state`. We could just run
that command for them, though. That is what this PR does.
2021-10-28 19:29:12 -05:00
..
e2e e2e test for cloud run variables 2021-10-28 19:29:12 -05:00
testdata Run apply -refresh-state instead of refresh 2021-10-28 19:29:12 -05:00
backend.go Run apply -refresh-state instead of refresh 2021-10-28 19:29:12 -05:00
backend_apply.go Add run variables to cloud plan operations from non-file sources 2021-10-28 19:29:12 -05:00
backend_apply_test.go Add run variables to cloud plan operations from non-file sources 2021-10-28 19:29:12 -05:00
backend_cli.go Initial commit of 'cloud' package 2021-10-28 19:29:09 -05:00
backend_colorize.go Initial commit of 'cloud' package 2021-10-28 19:29:09 -05:00
backend_common.go Add run variables to cloud plan operations from non-file sources 2021-10-28 19:29:12 -05:00
backend_context.go refactor: only fetch variables if unset variables are not allowed 2021-10-28 19:29:12 -05:00
backend_context_test.go Rename cloud.testBackendDefault -> cloud.testBackendWithName 2021-10-28 19:29:11 -05:00
backend_plan.go Run apply -refresh-state instead of refresh 2021-10-28 19:29:12 -05:00
backend_plan_test.go Add run variables to cloud plan operations from non-file sources 2021-10-28 19:29:12 -05:00
backend_refresh_test.go Run apply -refresh-state instead of refresh 2021-10-28 19:29:12 -05:00
backend_state.go Initial commit of 'cloud' package 2021-10-28 19:29:09 -05:00
backend_state_test.go Rename cloud.testBackendDefault -> cloud.testBackendWithName 2021-10-28 19:29:11 -05:00
backend_test.go cloud: Set minimum TFE version 2021-10-28 19:29:12 -05:00
cloud_variables.go Add run variables to cloud plan operations from non-file sources 2021-10-28 19:29:12 -05:00
cloud_variables_test.go Add run variables to cloud plan operations from non-file sources 2021-10-28 19:29:12 -05:00
errors.go Map CLI workspaces by TFC tags 2021-10-28 19:29:10 -05:00
remote_test.go Initial commit of 'cloud' package 2021-10-28 19:29:09 -05:00
testing.go cloud: Set minimum TFE version 2021-10-28 19:29:12 -05:00
tfe_client_mock.go Add auto-approve logic, e2e tests 2021-10-28 19:29:11 -05:00
versioning.go cloud: Set minimum TFE version 2021-10-28 19:29:12 -05:00