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.53k stars 4.6k forks source link

Support for Data Residency and MinimumTlsVersion Argument support #25948

Open amithk96 opened 4 months ago

amithk96 commented 4 months ago

Is there an existing issue for this?

Community Note

Description

Requesting to add new arguments for Data Residency and MinimumTlsVersion for Event Grid Domain and Topic

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

azurerm_eventgrid_domain and azurerm_eventgrid_topic

Potential Terraform Configuration

No response

References

No response

nyashwanth116 commented 3 months ago

I am also waiting for the minimal_tls_version parameter for Azure event grid support from Terraform. Since, Terraform by default deploys the Azure event grid with minimal TLS version as 1.0, which is an older version. So if Terraform releases the minimal_tls_version parameter for Azure event grid resources similar to other resources in Azure like storage accounts, it will be really helpful to maintain security compliance in the environment.

JonasEichhorn commented 1 month ago

I got a notification from azure regarding the deprecation of older TLS versions and we need to update the TLS version by October 2024. Are there any plans to support updating the TLS version? Does terraform or the Azure API bump up the TLS version of the event grid domain automatically in October?

celsocoutinho-tangany commented 4 weeks ago

We are also having the same problem. It would be very nice to address the issue within terraform