hashicorp / terraform-provider-google

Terraform Provider for Google Cloud Platform
https://registry.terraform.io/providers/hashicorp/google/latest/docs
Mozilla Public License 2.0
2.29k stars 1.72k forks source link

Failing test(s): TestAccNetappactiveDirectory_activeDirectory_FullUpdate #19084

Open melinath opened 1 month ago

melinath commented 1 month ago

Impacted tests

Affected Resource(s)

Failure rates

Message(s)

Error: Error waiting to create activeDirectory: Error waiting for Creating activeDirectory: Error code 3, message: bad request error: "Maximum number of Active Directories has been reached"

This looks like a quota issue but only started showing up around 2024-06-06. Possibly due to an API change? Maybe we need a sweeper for this resource? I don't see any relevant quotas, so forwarding to the service team for assistance.

Nightly build test history

b/358692095

rileykarson commented 1 month ago

Sized around adding a sweeper

Mehul3217 commented 2 weeks ago

We already have the PR ready for the manual sweepers, waiting on review.

https://github.com/GoogleCloudPlatform/magic-modules/pull/11467