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 #19353

Conversation

modular-magician
Copy link
Collaborator

Fixes #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 <magic-modules@google.com>
@modular-magician modular-magician merged commit deb0105 into hashicorp:main Sep 3, 2024
4 checks passed
Copy link

github-actions bot commented Oct 8, 2024

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 8, 2024
@modular-magician modular-magician deleted the downstream-pr-5cdc1d834dc60f3d6d747a197e99b007f0466e24 branch November 16, 2024 23:30
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
1 participant