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

Constraint and upgrade hashicorp/http provider response_body #5

Open
n1ngu opened this issue Aug 30, 2022 · 1 comment
Open

Constraint and upgrade hashicorp/http provider response_body #5

n1ngu opened this issue Aug 30, 2022 · 1 comment

Comments

@n1ngu
Copy link
Contributor

n1ngu commented Aug 30, 2022

The hasicorp/http response body attribute was deprecated on v2.2.0, removed on v3.0.0, reinstated on v3.0.1 and it is foreseeable that it will removed again in the future. So this module

  • crashes with hashicorp/http==3.0.0
  • should constraint hashicorp/http >=2,<3 (at least >=2, !=3.0.0)
  • should replace body for response_body
  • should then constraint hashicorp/http >=2.2,<4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant