terraform-provider-http icon indicating copy to clipboard operation
terraform-provider-http copied to clipboard

Utility provider for interacting with generic HTTP servers as part of a Terraform configuration.

Results 55 terraform-provider-http issues
Sort by recently updated
recently updated
newest added
trafficstars

### Terraform CLI and Provider Versions Terraform v1.4.6 on linux_amd64 + provider registry.terraform.io/hashicorp/http v3.4.0 ### Terraform Configuration ```terraform data "http" "example" { url = "https://xxx.xxx.xxx.xxx" request_headers = { Host =...

bug

### Terraform CLI and Provider Versions Terraform v1.5.1 on linux_amd64 + provider registry.terraform.io/hashicorp/aws v5.5.0 + provider registry.terraform.io/hashicorp/http v3.4.0 + provider registry.terraform.io/hashicorp/local v2.4.0 + provider registry.terraform.io/hashicorp/random v3.5.1 ### Terraform Configuration ```terraform...

bug

### Terraform CLI and Provider Versions % terraform --version Terraform v1.5.7 on darwin_arm64 + provider registry.terraform.io/go-gitea/gitea v0.3.0 + provider registry.terraform.io/hashicorp/http v3.4.0 + provider registry.terraform.io/hashicorp/random v3.5.1 + provider registry.terraform.io/hashicorp/time v0.9.1 ###...

enhancement

### Terraform CLI and Provider Versions Terraform CLI Version: v1.3.6 Provider Version: 3.4.0 ### Use Cases or Problem Statement I Would like to have a http resource request so that...

enhancement

### Terraform CLI and Provider Versions Terraform v1.4.6 on darwin_amd64 + provider registry.terraform.io/hashicorp/http v3.3.0 ### Terraform Configuration ```terraform terraform { required_version = ">= 1.4.0" } variable "gsheet" { type =...

bug

### Terraform CLI and Provider Versions Terraform v1.5.1 on linux_amd64 + provider registry.terraform.io/hashicorp/aws v5.5.0 + provider registry.terraform.io/hashicorp/http v3.4.0 + provider registry.terraform.io/hashicorp/local v2.4.0 + provider registry.terraform.io/hashicorp/random v3.5.1 ### Terraform Configuration ```terraform...

bug

### Terraform CLI and Provider Versions Terrraform: 1.3.6 Provider: 3.2.1 ### Use Cases or Problem Statement Sometimes only IPv4 or IPv6 traffic is supported by an endpoint. For example, when...

enhancement

### Terraform CLI and Provider Versions Terraform v1.4.6 on darwin_arm64 + provider registry.terraform.io/hashicorp/http v3.3.0 ### Use Cases or Problem Statement ``` ╷ │ Warning: Content-Type is not recognized as a...

enhancement

### Terraform CLI and Provider Versions Terraform v1.3.9 on linux_amd64 + provider registry.terraform.io/hashicorp/aws v4.33.0 ### Use Cases or Problem Statement This is a text type, not binary data. The accept...

enhancement

This PR is to support mTLS support for the http data source, by allowing the client_cert and client_key to be passed. - See also https://github.com/hashicorp/terraform/pull/31699 - See also #254

documentation
dependencies
size/XL