mirror of
https://github.com/hashicorp/terraform.git
synced 2026-02-19 02:39:17 -05:00
* Add TF_ACC checks in gcs tests, separate from the bucket setup logic * Add tests for handling of `encryption_key` and `kms_encryption_key` * Refactor `setupBackend` to take config as an argument * Add test that asserts that setting credentials to `""` in the config doesn't affect use of ENV-supplied credentials * Move non-acceptance tests into separate test file * Add comment about `getWantValue` * Fix use of t.Parallel * Make `preCheckTestAcc` skip tests, so that checks can pass in hashicorp/terraform PRs * Add precheck for credentials in test environment. Skip if missing, to let checks pass in hashicorp/terraform repo. * Update new test to use precheck functions Move `TestBackendEncryptionKeyEmptyConflict` test to internal test file * Address feedback about how expected encryption key is supplied to test cases * Change test case * Address missing return |
||
|---|---|---|
| .. | ||
| backendbase | ||
| backendrun | ||
| init | ||
| local | ||
| remote | ||
| remote-state | ||
| backend.go | ||
| testing.go | ||