Skip to content

v4.22.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 07 Mar 07:46
· 5 commits to main since this release
1b658d2

FEATURES:

  • New Data Source: azurerm_extended_location_custom_location (#28066)
  • New Resource: azurerm_system_center_virtual_machine_manager_virtual_machine_instance (#27622)

ENHANCEMENTS:

  • dependencies: containers - update API version to 2024-09-01 (#28598)
  • dependencies: hashicorp/go-azure-sdk - update to v0.20250227.1125644 (#28902)
  • dependencies: signalr - update API version to 2024-03-01 (#28940)
  • Data Source: azurerm_container_app - add support for the template.volume.mount_options property (#28619)
  • Data Source: azurerm_storage_account_queue_properties - now gets the parent account directly rather than searching the list of all accounts when the Resource Manager ID is available (#28617)
  • Data Source: azurerm_storage_account_static_website - now gets the parent account directly rather than searching the list of all accounts when the Resource Manager ID is available (#28617)
  • Data Source: azurerm_storage_containers - now gets the parent account directly rather than searching the list of all accounts when the Resource Manager ID is available (#28617)
  • azurerm_api_connection - display_name and parameter_values are no longer ForceNew (#28721)
  • azurerm_cdn_frontdoor_firewall_policy - add support for the log_scrubbing properties (#28834)
  • azurerm_container_app - add support for the template.volume.mount_options property (#28619)
  • azurerm_container_app_job - add support for the template.volume.mount_options property (#28619)
  • azurerm_extended_custom_location - deprecated in favour of azurerm_extended_location_custom_location (#28066)
  • azurerm_mongo_cluster - add support for the connection_strings attribute (#28880)
  • azurerm_storage_account - now gets the parent account directly rather than searching the list of all accounts when the Resource Manager ID is available (#28617)
  • azurerm_storage_account_queue_properties - now gets the parent account directly rather than searching the list of all accounts when the Resource Manager ID is available (#28617)
  • azurerm_storage_account_static_website - now gets the parent account directly rather than searching the list of all accounts when the Resource Manager ID is available (#28617)
  • azurerm_workloads_sap_discovery_virtual_instance - add support for the managed_resources_network_access_type property (#28881)
  • azurerm_workloads_sap_single_node_virtual_instance - add support for the managed_resources_network_access_type property (#28881)
  • azurerm_workloads_sap_three_tier_virtual_instance - add support for the managed_resources_network_access_type property (#28881)

BUG FIXES:

  • azurerm_api_management_api - split create/update methods (#28271)
  • azurerm_express_route_circuit - allow_classic_operations is now set when resource is created (#28748)
  • azurerm_key_vault_certificate - set partial when updating key vault certificate (#28848)
  • azurerm_managed_disk - always set network_access_policy into state to allow Terraform to detect drift (#28934)
  • azurerm_mssql_managed_instance - fix an issue that prevented using values only known during apply for administrator_login_password (#28843)
  • azurerm_mssql_server - prevent panic by removing function call on a value that may be unknown (#28949)

4.21.1 (February 28, 2025)

BUG FIXES:

  • azurerm_mssql_server - prevent panic by checking if administrator_login exists in the raw config map (#28909)