terraform/internal/cloud/e2e
Barrett Clark 9c13521d76 Allow cloud tests to be run in parallel
Add the `-parallel N` switch to tell the tests to run in N processes:

```
TFE_TOKEN=$TFE_TOKEN TFE_HOSTNAME=$TFE_HOSTNAME TF_ACC=1 go test -v \
  -tags=e2e ./internal/cloud/e2e/... -parallel 4
```
2021-11-01 13:58:29 -05:00
..
apply_auto_approve_test.go Allow cloud tests to be run in parallel 2021-11-01 13:58:29 -05:00
backend_apply_before_init_test.go Allow cloud tests to be run in parallel 2021-11-01 13:58:29 -05:00
helper_test.go cloud: Skip E2E tests without an exact version 2021-10-28 19:29:20 -05:00
init_with_empty_tags_test.go Allow cloud tests to be run in parallel 2021-11-01 13:58:29 -05:00
main_test.go cloud: Skip E2E tests without an exact version 2021-10-28 19:29:20 -05:00
migrate_state_multi_to_tfc_test.go Allow cloud tests to be run in parallel 2021-11-01 13:58:29 -05:00
migrate_state_remote_backend_to_tfc_test.go Allow cloud tests to be run in parallel 2021-11-01 13:58:29 -05:00
migrate_state_single_to_tfc_test.go Allow cloud tests to be run in parallel 2021-11-01 13:58:29 -05:00
migrate_state_tfc_to_other_test.go Allow cloud tests to be run in parallel 2021-11-01 13:58:29 -05:00
migrate_state_tfc_to_tfc_test.go Allow cloud tests to be run in parallel 2021-11-01 13:58:29 -05:00
run_variables_test.go Allow cloud tests to be run in parallel 2021-11-01 13:58:29 -05:00