Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests/resource/aws_secretsmanager_secret_version: Handle additional m…
…arked for deletion InvalidRequestException error during CheckDestroy Previous output from acceptance testing: ``` --- FAIL: TestAccAwsSecretsManagerSecretVersion_Base64Binary (7.05s) testing.go:599: Error destroying resource! WARNING: Dangling resources may exist. The full state and error is shown below. Error: Check failed: InvalidRequestException: You can’t perform this operation on the secret because it was marked for deletion. --- FAIL: TestAccAwsSecretsManagerSecretVersion_BasicString (6.82s) testing.go:599: Error destroying resource! WARNING: Dangling resources may exist. The full state and error is shown below. Error: Check failed: InvalidRequestException: You can’t perform this operation on the secret because it was marked for deletion. --- FAIL: TestAccAwsSecretsManagerSecretVersion_VersionStages (16.18s) testing.go:599: Error destroying resource! WARNING: Dangling resources may exist. The full state and error is shown below. Error: Check failed: InvalidRequestException: You can’t perform this operation on the secret because it was marked for deletion. ``` Output from acceptance testing: ``` --- PASS: TestAccAwsSecretsManagerSecretVersion_BasicString (11.80s) --- PASS: TestAccAwsSecretsManagerSecretVersion_Base64Binary (11.81s) --- PASS: TestAccAwsSecretsManagerSecretVersion_VersionStages (25.33s) ```
- Loading branch information