terraform-provider-http
terraform-provider-http copied to clipboard
Utility provider for interacting with generic HTTP servers as part of a Terraform configuration.
It would be great if this provider had HTTP Basic Auth support.
It would be helpful to have a way to ignore the response body when it is binary and you only care about the headers. In addition, an option to change...
Hi there, Thank you for opening an issue. Please note that we try to keep the Terraform issue tracker reserved for bug reports and feature requests. For general usage questions,...
Howyas It would be useful to be able to fall back on the http module for cases where other providers don't provide all the necessary functionality. In that case, I'd...
It looks like the [PR:158](https://github.com/hashicorp/terraform-provider-http/pull/158) is in stale state, so I decided to rebase it on top of the fresh `main` and remove `_std` suffix with respect to other large...
### Terraform CLI and Provider Versions Terraform v1.2.8 on darwin_arm64 Your version of Terraform is out of date! The latest version is 1.3.2. You can update by downloading from https://www.terraform.io/downloads.html...
### Terraform CLI and Provider Versions TF 1.4.0, HTTP provider 3.4.0. ### Use Cases or Problem Statement Right now when HTTP request fails whole flow fails. I.e. when there is...
### Terraform CLI and Provider Versions registry.terraform.io/hashicorp/http 3.4.2 Terraform: 1.3.4 ### Use Cases or Problem Statement We have an API we read with the Terraform Data provider that will redirect...
### Terraform CLI and Provider Versions registry.terraform.io/hashicorp/http 3.4.2 Terraform: 1.3.4 ### Use Cases or Problem Statement I recently ran into an issue with redirects, where a redirected API call was...
### Terraform CLI and Provider Versions all TF versions, http provider 3.4.1 ### Use Cases or Problem Statement I have a case where i would like to use http provider...