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

internal/getproviders: Add URL to error message for clarity #30810

Merged
merged 2 commits into from Apr 14, 2022

Commits on Apr 14, 2022

  1. internal/getproviders: Add URL to error message for clarity

    Occasionally `terraform init` on some providers may return the following error message:
    
    Error while installing citrix/citrixadc v1.13.0: could not query provider
    registry for registry.terraform.io/citrix/citrixadc: failed to retrieve
    authentication checksums for provider: 403 Forbidden
    
    The 403 is most often returned from GitHub (rather than Registry API)
    and this change makes it more obvious.
    radeksimko committed Apr 14, 2022
    Copy the full SHA
    58ae015 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    8869206 View commit details
    Browse the repository at this point in the history