Skip to content

Comments

chore(deps): update terraform azurerm to v4.34.0#887

Merged
commjoen merged 1 commit intomainfrom
renovate/terraform-azure
Jun 21, 2025
Merged

chore(deps): update terraform azurerm to v4.34.0#887
commjoen merged 1 commit intomainfrom
renovate/terraform-azure

Conversation

@renovate
Copy link

@renovate renovate bot commented May 15, 2025

This PR contains the following updates:

Package Type Update Change
azurerm (source) required_provider minor ~> 4.27.0 -> ~> 4.34.0
azurerm (source) required_provider minor 4.27.0 -> 4.34.0

Release Notes

hashicorp/terraform-provider-azurerm (azurerm)

v4.34.0

Compare Source

ENHANCEMENTS:

  • dependencies: containerservice - update API version to 2025-02-01 (#​29761)

  • azurerm_network_manager_ipam_pool - display_name is now optional (#​29842)

  • dependencies: go-azure-sdk - update to v0.20250613.1153526 (#​29871)

  • provider: add support for msi_api_version property and ARM_MSI_API_VERSION env var. (#​29871)

  • azurerm_kusto_cluster_customer_managed_key - add support for managed_hsm_key_id (#​29416)

FEATURES:

  • New Data Source: azurerm_dev_center_environment_type (#​29782)
  • New Data Source: azurerm_dev_center_project_pool (#​29778)

BUG FIXES:

  • azurerm_eventgrid_namespace - validations for maximum_session_expiry_in_hours and maximum_client_sessions_per_authentication_name are now correct (#​29919)
  • azurerm_api_management_api_operation - fix validation for the url_template property to allow parameters prefixed with * (#​29895)
  • azurerm_mysql_flexible_server - reverted a change made to the validation of the sku_name property that caused errors for existing resources (#​29909)
  • azurerm_orchestrated_virtual_machine_scale_set - prevent a panic when an empty os_profile block is present in the configuration (#​29809)

v4.33.0

Compare Source

FEATURES:

  • New Data Source: azurerm_dev_center_attached_network (#​29793)
  • New Data Source: azurerm_dev_center_dev_box_definition (#​29790)
  • New Data Source: azurerm_dev_center_catalog (#​29794)
  • New Data Source: azurerm_dev_center_gallery (#​29795)
  • New Data Source: azurerm_dev_center_network_connection (#​29792)

ENHANCEMENTS:

  • azurem_netapp_volume_group_oracle_resource - add support for data_protection_replication including Cross-Region Replication (CRR) and Cross-Zone Replication (CZR) (#​29771)
  • azurerm_postgresql_flexible_server - the create_mode property now supports the ReviveDropped value (#​29814)
  • azurerm_postgresql_flexible_server - add support for SystemAssigned, UserAssigned to the identity.type property (#​29320)

BUG FIXES:

  • azurerm_windows_function_app - the app_settings property is no longer marked as sensitive (#​29834)
  • azurerm_mssql_server_vulnerability_assessment - storage_account_access_key and storage_container_sas_key are no longer required to be set (#​29789)

v4.32.0

Compare Source

FEATURES:

  • New Data Source: azurerm_dev_center_project (#​29747)
  • New Data Source: azurerm_dev_center_project_environment_type (#​29762)
  • New Resource: azurerm_qumulo_file_system (#​28704)

ENHANCEMENTS:

  • dependencies: go-azure-sdk - update to v0.20250526.1224007 (#​29745)
  • Data Source: azurerm_netapp_volume - export the large_volume_enabled property (#​29712)
  • Data Source: azurerm_vpn_gateway - export the ip_configuration block (#​29186)
  • azurerm_kubernetes_cluster - the vm_size property is now optional (#​29612)
  • azurerm_kubernetes_cluster_node_pool - the vm_size property is now optional (#​29612)
  • azurerm_netapp_volume - allow volumes made from snapshots to have a different pool than the original volume (#​29425)
  • azurerm_netapp_volume - add support for the large_volume_enabled property (#​29712)
  • azurerm_postgresql_flexible_server - add support for versionless key vault key IDs to the customer_managed_key.key_vault_key_id property (#​29741)
  • azurerm_virtual_network - add support for the ip_address_pool block (#​29021)
  • azurerm_vpn_gateway - export the ip_configuration block (#​29186)

BUG FIXES:

  • Data Source: azurerm_lb_backend_address_pool - the inbound_nat_rule_port_mapping.frontend_port and inbound_nat_rule_port_mapping.backend_port are now set correctly (#​29791)
  • keyvault - fix locking around the keyvault cache (#​28330)

v4.31.0

Compare Source

FEATURES:

  • New Data Source: azurerm_dev_center (#​29716)
  • New Resource: azurerm_network_manager_routing_configuration (#​29310)

ENHANCEMENTS:

  • dependencies: azurerm_managed_lustre_file_system - update to API version 2024-07-01 (#​29433)
  • dependencies: azurerm_mssql_server_vulnerability_assessment - update to API version 2023-08-01-preview (#​29373)
  • dependencies: azurerm_virtual_machine_scale_set_standby_pool - update to API version 2025-03-01 (#​29649)
  • dependencies: compute - partial update to API version 2024-11-01 (#​29666)
  • dependencies: videoindexer - update to API version 2025-04-01 (#​29715)
  • azurerm_backup_protected_vm - add support for the BackupsSuspended value to the protection_state property (#​29710)
  • azurerm_dashboard_grafana_managed_private_endpoint - add support for the privatelink_service_url property (#​29466)
  • azurerm_dynatrace_tag_rules - add support for the sending_metrics_enabled property (#​29499)
  • azurerm_function_app_flex_consumption - add support for the https_only property (#​29024)
  • azurerm_mysql_flexible_server - add support for the MO_Standard_E96ads_v5 value to the sku_name property (#​29709)
  • azurerm_postgresql_flexible_server - lock the source server when creating a replica server (#​29337)

BUG FIXES:

  • azurerm_api_management_product - allow setting the subscriptions_limit property to 0 (#​28133)
  • azurerm_api_management_api - add additional validation to catch when api_type is websocket but service_url is left empty (#​29624)
  • azurerm_batch_pool - the data_disks property will now be correctly updated (#​29377)
  • azurerm_data_factory_dataset_binary - fix incorrect casing of the compression.type property when sent to the API which caused compression to not be set (#​29273)
  • azurerm_cdn_frontdoor_rule - fix shared schema validation of the operator property and use the correct package for validations (#​29482)
  • azurerm_hdinsight_hadoop_cluster - changing the script_action property now forces a new resource to be created instead of silenty failing to update (#​28262)
  • azurerm_hbase_hadoop_cluster - changing the script_action property now forces a new resource to be created instead of silenty failing to update (#​28262)
  • azurerm_interactive_query_hadoop_cluster - changing the script_action property now forces a new resource to be created instead of silenty failing to update (#​28262)
  • azurerm_kafka_hadoop_cluster - changing the script_action property now forces a new resource to be created instead of silenty failing to update (#​28262)
  • azurerm_linux_virtual_machine - fix update for identity when VM has VMExtensions configured (#​29717)
  • azurerm_mongo_cluster - connection strings conaining a $ now get exported correctly (#​29669)
  • azurerm_mssql_virtual_machine - auto_patching is now disabled when the block is not specified (#​29723)
  • azurerm_mssql_server_vulnerability_assessment - storage_account_access_key or storage_container_sas_key property is now a required field (#​29373)
  • azurerm_network_interface - tags can now be updated when NIC is attached to a private endpoint (#​29319)
  • azurerm_postgresql_flexible_server_configuration - now checks the server state before restarting it (#​29221)
  • azurerm_search_service - prevent a bug that cleared the network_rule_bypass_option property when only updating the allowed_ips property (#​29246)
  • azurerm_service_fabric_managed_cluster - support for the subnet_id property (#​29216)
  • azurerm_spark_hadoop_cluster - changing the script_action property now forces a new resource to be created instead of silenty failing to update (#​28262)

v4.30.0

Compare Source

ENHANCEMENTS:

  • dependencies: go-azure-sdk - update to v0.20250520.1180806 (#​29665)
  • Data Source: azurerm_managed_disk - add support for location (#​29513)
  • azurerm_dns_caa_record - add support for the contactemail value in the tag property (#​29664)
  • azurerm_eventhub_namespace_schema_group - add support for the Json value in the schema_type property (#​29641)
  • azurerm_function_app_flex_consumption - add support for the always_ready block (#​29023)
  • azurerm_security_center_subscription_pricing - add support for the AI value for the resource_type property (#​29631)

v4.29.0

Compare Source

FEATURES:

  • New Resource: azurerm_system_center_virtual_machine_manager_virtual_machine_instance_guest_agent (#​28953)

ENHANCEMENTS:

  • azurerm_api_management_api - fix import of resources (#​28193)
  • azurerm_app_configuration - add support for developer tier to the sku property (#​29492)
  • azurerm_app_configuration - the sku property can now be downgraded from premium to standard without recreating the resource (#​29492)
  • azurerm_key_vault_managed_hardware_security_module_key - add support for the import value in the key_opts property (#​29524)
  • azurerm_netapp_pool - add support for cool_access_enabled (#​29468)
  • azurerm_network_manager_deployment - add support for the Routing value in the scope_access property (#​29536)
  • azurerm_private_endpoint_application_security_group_association - resource is now removed from state if it no longer exist (#​29601)
  • azurerm_virtual_machine_implicit_data_disk_from_source - the disk_size_gb property can now be increased without recreating the resource (#​29239)
  • azurerm_web_application_firewall_policy - add support for the JSChallenge in the action property (#​29614)

BUG FIXES:

  • azurerm_api_management_api - no longer returns an error on the oauth2_authorization and openid_authentication properties when updating (#​29042)
  • azurerm_route_map - the validation for the name now allows numbers (#​29519)

v4.28.0

Compare Source

FEATURES:

  • New Resource: azurerm_nginx_api_key (#​28919)
  • New Data Source: azurerm_nginx_api_key (#​28919)

ENHANCEMENTS:

  • dependencies: azurerm_mssql_database - Update to API version 2023-08-01-preview/replicationlinks (#​28705)
  • dependencies: azurerm_mssql_server_security_alert_policy - update to API version 2023-08-01-preview/serversecurityalertpolicies (#​29363)
  • dependencies: eventhub - update to API version 2024-01-01 (#​29397)
  • dependencies: azurerm_shared_image_version - update to API version 2024-03-01 (#​28954)
  • azurerm_ai_foundry_project - add support for the primary_user_assigned_identity property (#​29197)
  • azurerm_storage_account_static_website - the index_document property now has validation for length and excluding slashes (#​29431)

BUG FIXES:

  • azurerm_application_insights - the workspace_id is now Computed (#​29396)
  • azurerm_batch_pool - prevent error when certificate is not used (#​29443)
  • azurerm_nginx_deployment - add support for the web_application_firewall property (#​27454)
  • azurerm_postgresql_flexible_server_virtual_endpoint - is no longer removed from state when a fail-over occurs (#​29424)
  • azurerm_servicebus_queue - no longer waits on resource creation (#​29435)
  • azurerm_virtual_network_gateway - prevent a panic when vpn_client_configuration is removed from from the configuration (#​29456)
  • azurerm_web_pubsub_custom_certificate - no longer crashes when custom_certificate_id is in a different subscription (#​29410)
  • azurerm_windows_web_app - fix perpetual diff around incorrect default for always_on and ignore default values for logs.0.application_logs (#​29150)
  • azurerm_windows_web_app_slot - fix perpetual diff around incorrect default for always_on and ignore default values for logs.0.application_logs (#​29150)

Configuration

📅 Schedule: Branch creation - On day 1 and 15 of the month ( * * 1,15 * * ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from commjoen as a code owner May 15, 2025 12:09
@renovate renovate bot added dependencies Pull requests that update a dependency file renovate labels May 15, 2025
@renovate renovate bot requested a review from bendehaan as a code owner May 15, 2025 12:09
@renovate renovate bot added dependencies Pull requests that update a dependency file renovate labels May 15, 2025
@renovate renovate bot changed the title chore(deps): update terraform azurerm to v4.28.0 chore(deps): update terraform azurerm to v4.29.0 May 16, 2025
@renovate renovate bot force-pushed the renovate/terraform-azure branch 2 times, most recently from 18bf54f to 43bf5ea Compare May 19, 2025 20:58
@renovate renovate bot changed the title chore(deps): update terraform azurerm to v4.29.0 chore(deps): update terraform azurerm to v4.30.0 May 22, 2025
@renovate renovate bot force-pushed the renovate/terraform-azure branch 3 times, most recently from 3375ebc to 7742e7a Compare May 29, 2025 19:27
@renovate renovate bot changed the title chore(deps): update terraform azurerm to v4.30.0 chore(deps): update terraform azurerm to v4.31.0 May 29, 2025
@renovate renovate bot changed the title chore(deps): update terraform azurerm to v4.31.0 chore(deps): update terraform azurerm to v4.32.0 Jun 6, 2025
@renovate renovate bot force-pushed the renovate/terraform-azure branch 2 times, most recently from 62d7772 to d5087a7 Compare June 12, 2025 23:33
@renovate renovate bot changed the title chore(deps): update terraform azurerm to v4.32.0 chore(deps): update terraform azurerm to v4.33.0 Jun 12, 2025
@renovate renovate bot force-pushed the renovate/terraform-azure branch from d5087a7 to bed442e Compare June 20, 2025 19:10
@renovate renovate bot changed the title chore(deps): update terraform azurerm to v4.33.0 chore(deps): update terraform azurerm to v4.34.0 Jun 20, 2025
@renovate renovate bot force-pushed the renovate/terraform-azure branch from bed442e to c6bfd4c Compare June 21, 2025 19:59
@renovate renovate bot force-pushed the renovate/terraform-azure branch from c6bfd4c to 17c1c1c Compare June 21, 2025 20:01
@commjoen commjoen merged commit ea3edf1 into main Jun 21, 2025
9 checks passed
@commjoen commjoen deleted the renovate/terraform-azure branch June 21, 2025 21:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file renovate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant