-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
Description
This test is consistently failing on PRs during REPLAYING mode, but then succeeds during RECORDING mode. The main impact is that it creates noise on many PRs each time VCR tests are run.
Message:
2022-12-08T19:43:05.426Z [ERROR] sdk.helper_resource: Unexpected error: test_name=TestAccLoggingBucketConfigProject_cmekSettings test_step_number=1 test_terraform_path=/bin/terraform test_working_directory=/tmp/plugintest2245497144
error=
| Error running apply: exit status 1
|
| Error: Error creating CryptoKey: Post "https://cloudkms.googleapis.com/v1/projects/ci-test-project-188019/locations/us-central1/keyRings/tf-test-key-ring-iky739jubv/cryptoKeys?alt=json&cryptoKeyId=tf-test-crypto-key-itcqaqxyko&skipInitialVersionCreation=false": Requested interaction not found
|
| with google_kms_crypto_key.key1,
| on terraform_plugin_test.tf line 20, in resource "google_kms_crypto_key" "key1":
| 20: resource "google_kms_crypto_key" "key1" {
|
|
| Error: Error creating CryptoKey: Post "https://cloudkms.googleapis.com/v1/projects/ci-test-project-188019/locations/us-central1/keyRings/tf-test-key-ring-iky739jubv/cryptoKeys?alt=json&cryptoKeyId=tf-test-crypto-key-ogoiyliiv7&skipInitialVersionCreation=false": Requested interaction not found
|
| with google_kms_crypto_key.key2,
| on terraform_plugin_test.tf line 26, in resource "google_kms_crypto_key" "key2":
| 26: resource "google_kms_crypto_key" "key2" {
|