Skip to content
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

storage: fix google_storage_bucket 429 Error #8092

Conversation

modular-magician
Copy link
Collaborator

Fixes hashicorp/terraform-provider-google#18132

We add in a 429 Retry Predicate for when users run into quota limit issues when attempting to provision a high amount of storage buckets in a short time.

Still in draft due to needing to fix a 409 error:

│ Error: googleapi: Error 409: Your previous request to create the named bucket succeeded and you already own it., conflict
│ 
│   with module.bucket[64].google_storage_bucket.standard,
│   on module/main.tf line 3, in resource "google_storage_bucket" "standard":3: resource "google_storage_bucket" "standard" {

Release Note Template for Downstream PRs (will be copied)

storage: fix 429 error in `google_storage_bucket` resource

Derived from GoogleCloudPlatform/magic-modules#11550

[upstream:5cdc1d834dc60f3d6d747a197e99b007f0466e24]

Signed-off-by: Modular Magician <[email protected]>
@modular-magician modular-magician merged commit c3dba02 into hashicorp:main Sep 3, 2024
4 checks passed
@modular-magician modular-magician deleted the downstream-pr-5cdc1d834dc60f3d6d747a197e99b007f0466e24 branch November 16, 2024 03:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant