-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sweeper/aws_directory_service_directory: Failing with "ClientException: Cannot delete the directory because it still has authorized applications" #20556
Comments
From the AWS Console, these are the AWS apps & services that can depend on a directory: Currently we specify these sweeper dependencies: terraform-provider-aws/aws/resource_aws_directory_service_directory_test.go Lines 19 to 28 in 915f5f5
|
There's also a potential eventual consistency error that sometimes shows up in acceptance tests when an application is deleted right before the directory is deleted. We should add a |
#22027 appears to have fully resolved this issue. Running on the latest
|
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
We see the
aws_directory_service_directory
sweeper failing withInvestigate whether we have dependencies correctly defined.
The text was updated successfully, but these errors were encountered: