-
Notifications
You must be signed in to change notification settings - Fork 10.2k
fix: avoid sending HEAD request on provider download #36998
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
Conversation
|
Thanks for this submission! I will raise it in triage. |
|
Hi @or-shachar, this looks good to me. Can you add a CHANGELOG entry to the |
Signed-off-by: Or Shachar <[email protected]>
|
@liamcervante can we backport this also to 1.11 ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With the release of v1.12.0 yesterday, we don't have plans for any more v1.11 patch releases so a backport doesn't really make sense.
|
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 contributions. |
Avoiding the new HEAD request that happens before GET request to get provider binary.
Fixes #36987
Target Release
1.11.x
1.12.x
1.13.x
Draft CHANGELOG entry
BUG FIXES
terraform init- avoid sending a HEAD request when fetching providers