This repository was archived by the owner on Dec 28, 2025. It is now read-only.
chore(deps): update terraform providers and tflint plugins#296
Merged
ThorstenSauter merged 1 commit intomainfrom Dec 7, 2025
Merged
Conversation
bd2112e to
d3896e4
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
~> 2.7.0->~> 2.8.0~> 4.54.0->~> 4.55.0~> 5.13.0->~> 5.14.00.13.0->0.13.1Release Notes
Azure/terraform-provider-azapi (azapi)
v2.8.0Compare Source
FEATURES:
azapi_resource_action- Perform stateless actions on Azure resources that can be invoked via Terraform action triggersENHANCEMENTS:
azapi_resourceresource: Add support for identity-based import, enabling import via resource ID and type from list resource protocol.azapi_resourceresource: Support listing resources via new ListResource protocol.azapi_resourceresource: Support listing all resources in a resource group whentypeis omitted. Uses ARM API/subscriptions/{sub}/resourceGroups/{rg}/resourcesto enumerate all resources.azapi_resourceresource: Refactor import logic to support identity block and multiple import scenarios (ID only, ID with API version, ID and type).azapi_data_plane_resourceresource: Adds a customization layer which allows custom CRUD operations for resources that don't follow standard patterns.azapi_data_plane_resourceresource: SupportMicrosoft.KeyVault/vaults/keystype.azapi_data_plane_resourceresource: SupportMicrosoft.KeyVault/vaults/secretstype.azapi_data_plane_resourceresource: SupportMicrosoft.Search/searchServices/datasourcestype.azapi_data_plane_resourceresource: SupportMicrosoft.Search/searchServices/indexerstype.azapi_data_plane_resourceresource: SupportMicrosoft.Search/searchServices/indexestype.azapi_data_plane_resourceresource: SupportMicrosoft.Search/searchServices/skillsetstype.azapi_data_plane_resourceresource: SupportMicrosoft.Search/searchServices/synonymmapstype.azapiexamples.c41a40cBUG FIXES:
ReadOnlyandRequired.sensitive_body_versionwith emptysensitive_body(GH-999).azapi_resourceresource move fromazurerm_storage_shareby converting/fileshares/to/shares/in resource ID.hashicorp/terraform-provider-azurerm (azurerm)
v4.55.0Compare Source
FEATURES:
azurerm_api_management_workspace(#30241)azurerm_cognitive_account_project(#30916)azurerm_log_analytics_workspace_table_custom_log(#30800)azurerm_mongo_cluster_user(#31205)azurerm_palo_alto_next_generation_firewall_virtual_hub_strata_cloud_manager(#30613)azurerm_palo_alto_next_generation_firewall_virtual_network_strata_cloud_manager(#30613)azurerm_private_dns_zone(#31157)ENHANCEMENTS:
containerregistry- update to API version2025-04-01(#30205)go-azure-helpers- update tov0.75.1(#31148)go-azure-sdk- update tov0.20251202.1181053(#31253)managedidentity- upgrade API version to2024-11-30(#30535)postgres- update to API version2025-08-01(#31162)azurerm_cognitive_account- update validation forcustomer_managed_key.key_vault_key_idto allow managed HSM keys as input (#31147)azurerm_container_app_environment- extend validation forworkload_profile_typefor additional supported SKUs (#30738)azurerm_container_app_environment_certificate- add support for thecertificate_key_vaultblock (#30510)azurerm_data_factory- update validation forcustomer_managed_key_idto allow managed HSM keys as input (#31146)azurerm_mongo_cluster- support for new propertiescustomer_managed_key,data_api_mode_enabled,identity,restore,authentication_methodsandstorage_type(#31100)azurerm_mysql_flexible_server- add support for MySQL version8.4(#31099)azurerm_oracle_autonomous_database- theadmin_passwordproperty is no longerForceNew(#30966)azurerm_postgresql_flexible_server- update validation forcustomer_managed_key.key_vault_key_idandcustomer_managed_key.geo_backup_key_vault_key_idto allow managed HSM keys as input (#31148)azurerm_postgresql_flexible_server- add support for PostgreSQL version18(#31162)azurerm_storage_encryption_scope- update validation forkey_vault_key_idto allow managed HSM keys as input (#31145)BUG FIXES:
azurerm_ssh_public_key- fix normalisation forpublic_keyto avoid removing a literalEOTfrom the base64 encoded content (#31249)azurerm_data_protection_backup_vault- poll delete request for completion (#31202)azurerm_function_app_hybrid_connection- remove validation preventing resource import when using an elastic service plan SKU (#31134)azurerm_key_vault_key-not_before_dateandexpiration_dateare now set into state when empty, fixing an issue where drift was not detected (#31192)azurerm_key_vault_secret-not_before_dateandexpiration_dateare now set into state when empty, fixing an issue where drift was not detected (#31192)azurerm_kubernetes_cluster- fix drift onazure_policy_enabledwhen updating cluster (#30917)azurerm_kubernetes_fleet_update_run- fix a nil pointer dereference to prevent panics (#31213)azurerm_lb_nat_rule- fix an issue that prevented changingfloating_ip_enabledandtcp_reset_enabledfromtruetofalse(#31244)azurerm_lb_outbound_rule- fix an issue that prevented changingtcp_reset_enabledfromtruetofalse(#31244)azurerm_lb_rule- fix an issue that prevented changingfloating_ip_enabledandtcp_reset_enabledfromtruetofalse(#31244)azurerm_private_endpoint- ensure Resource Identity data is set on create to avoidMissing Resource Identity After Createerrors (#31246)azurerm_resource_group- fix poller for theprevent_deletion_if_contains_resourcesfeature, resolving an Azure eventual consistency issue (#31253)azurerm_storage_account- ensure Resource Identity data is set on create to avoidMissing Resource Identity After Createerrors (#31246)azurerm_traffic_manager_profile- fix an issue that prevented changingtraffic_view_enabledfromtruetofalse(#31066)cloudflare/terraform-provider-cloudflare (cloudflare)
v5.14.0Compare Source
Full Changelog: v5.13.0...v5.14.0
Features
Bug Fixes
Chores
hashicorp/terraform-provider-time (time)
v0.13.1Compare Source
NOTES:
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.