hashicorp / terraform-provider-azurerm

Terraform provider for Azure Resource Manager
https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs
Mozilla Public License 2.0
4.6k stars 4.65k forks source link

Support for TCP and TLS on Application Gateway backend_http_settings & http_listener #26905

Open lexterwee opened 3 months ago

lexterwee commented 3 months ago

Is there an existing issue for this?

Community Note

Description

The new Azure Application Gateway v2 supports HTTP, HTTPS, TCP and TLS https://learn.microsoft.com/en-us/azure/application-gateway/overview-v2

Currently we can only control HTTP and HTTPS. We want to be able to control TCP and TLS with Terraform.

image

New or Affected Resource(s)/Data Source(s)

azurerm_application_gateway

Potential Terraform Configuration

No response

References

No response

atosadam commented 3 days ago

This duplicates https://github.com/hashicorp/terraform-provider-azurerm/issues/26239