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

Bug 2028611: vendor: update terraform-provider-google for rate limit fix #5445

Merged

Commits on Dec 2, 2021

  1. vendor: update terraform-provider-google for rate limit fix

    In CI, we're hitting errors like this:
    
    ```
    level=error msg=Error: Error when reading or editing Target Pool
    "ci-op-x5j99sbj-82914-2f74l-api": googleapi: Error 403: Quota exceeded
    for quota group 'ReadGroup' and limit 'Read requests per 100 seconds' of
    service 'compute.googleapis.com' for consumer
    'project_number:711936183532'., rateLimitExceeded
    ```
    
    This was fixed in v3.62.0, however v3.62.0 uses v2 of the terraform sdk. This
    changes the installer to use the openshift fork which contains the
    existing version in the repo (3.27.0), with these two fixes
    applied.[1][2]
    
    [1] hashicorp/terraform-provider-google#8746
    [2] hashicorp/terraform-provider-google#8997
    stbenjam committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    f94bcf9 View commit details
    Browse the repository at this point in the history