terraform/internal/cloud
Theo Chupp d15a2bc024
fix: local variables should not be overridden by remote variables during `terraform import` (#29972)
* fix: local variables should not be overridden by remote variables during `terraform import`

* chore: applied the same fix in the 'internal/cloud' package

* backport changes from cloud package to remote package

Co-authored-by: Alisdair McDiarmid <alisdair@users.noreply.github.com>
Co-authored-by: uturunku1 <luces.huayhuaca@gmail.com>
2022-03-15 14:42:11 -07:00
..
e2e Refactor cloud table test runs 2021-12-20 16:36:06 -06:00
testdata fix: local variables should not be overridden by remote variables during `terraform import` (#29972) 2022-03-15 14:42:11 -07:00
backend.go fix: local variables should not be overridden by remote variables during `terraform import` (#29972) 2022-03-15 14:42:11 -07: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 import path to go mocks in tfe 2021-11-08 08:58:56 -08:00
backend_cli.go Restore API version checking, with internal usage accounted for 2021-10-28 19:29:18 -05:00
backend_colorize.go Initial commit of 'cloud' package 2021-10-28 19:29:09 -05:00
backend_common.go [cloud] run tasks output formatting 2022-02-24 14:02:37 -05:00
backend_context.go fix: local variables should not be overridden by remote variables during `terraform import` (#29972) 2022-03-15 14:42:11 -07:00
backend_context_test.go fix: local variables should not be overridden by remote variables during `terraform import` (#29972) 2022-03-15 14:42:11 -07:00
backend_plan.go Added run task support for post plan run stage, removed pre apply 2022-02-24 14:06:57 -05:00
backend_plan_test.go fix(run variables): support all variable types (map, list, bool, number, null, string) 2021-11-11 10:36:01 -07:00
backend_refresh_test.go Run apply -refresh-state instead of refresh 2021-10-28 19:29:12 -05:00
backend_runTasks.go Updated for latest go-tfe run task changes 2022-02-25 15:32:16 -05:00
backend_runTasks_test.go [cloud] refactor integration context and add code documentation 2022-02-24 14:02:37 -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: convert uses of worspaces.operations into workspaces.executionMode (#29844) 2021-11-08 07:20:15 -08:00
cloud_integration.go [cloud] refactor integration context and add code documentation 2022-02-24 14:02:37 -05:00
cloud_variables.go fix(run variables): support all variable types (map, list, bool, number, null, string) 2021-11-11 10:36:01 -07:00
cloud_variables_test.go fix(run variables): support all variable types (map, list, bool, number, null, string) 2021-11-11 10:36:01 -07:00
configchangemode_string.go cloud: DetectConfigChangeType helper 2021-11-17 14:20:44 -08:00
errors.go Simplify logic flow: everything is a constraint 2021-10-28 19:29:13 -05:00
migration.go cloud: DetectConfigChangeType helper 2021-11-17 14:20:44 -08:00
migration_test.go cloud: DetectConfigChangeType helper 2021-11-17 14:20:44 -08:00
remote_test.go Initial commit of 'cloud' package 2021-10-28 19:29:09 -05:00
testing.go Remove prefix from the cloud backend config 2021-10-28 19:29:12 -05:00
tfe_client_mock.go cloud: convert uses of worspaces.operations into workspaces.executionMode (#29844) 2021-11-08 07:20:15 -08:00