azure Terraform AzureRM Provider Releases · · 4.74.0

Azurerm Provider v4.74.0 Adds New Properties and Fixes Bugs

terraforminfraazureengineer
patch

HashiCorp's Terraform provider for Azure (Azurerm) has released version 4.74.0, introducing support for several new properties across various Azure services including Function Apps, Web Apps, Logic Apps, and Container App environments. These enhancements allow for more granular control over TLS cipher suites, integration runtime settings, and app service plans, benefiting engineers managing Azure infrastructure. Additionally, the release includes bug fixes for Container App environment naming and Logic App Standard updates, ensuring more reliable management of these resources.

  • go-azure-sdk - update to v0.20260520.1145341
  • azurerm_advisor_recommendations - add support for the filter_by_resource_ids and filter_by_recommendation_type_guids properties
  • azurerm_data_factory_integration_runtime_azure - add support for the interactive_authoring_time_to_live_in_minutes property
  • azurerm_linux_function_app - add support for minimum_tls_cipher_suite property
  • azurerm_linux_web_app - add support for minimum_tls_cipher_suite property
Enhancements (8)
  • dependencies go-azure-sdk - update to v0.20260520.1145341
  • azurerm_advisor_recommendations - add support for the filter_by_resource_ids and filter_by_recommendation_type_guids properties
  • azurerm_data_factory_integration_runtime_azure - add support for the interactive_authoring_time_to_live_in_minutes property
  • azurerm_linux_function_app - add support for minimum_tls_cipher_suite property
  • azurerm_linux_web_app - add support for minimum_tls_cipher_suite property
  • azurerm_logic_app_standard - add support for key_vault_reference_identity_id
  • azurerm_windows_function_app - add support for minimum_tls_cipher_suite property
  • azurerm_windows_web_app - add support for minimum_tls_cipher_suite property
Fixes (3)
  • azurerm_container_app_environment - allow names that start with a digit
  • azurerm_logic_app_standard - fix the update path for the app_service_plan_id property
  • azurerm_virtual_network_gateway set radius_server_secret to sensitive
Read the original announcement →

https://github.com/hashicorp/terraform-provider-azurerm/releases/tag/v4.74.0

Related releases