diff --git a/src/next-core/03_apim.tf b/src/next-core/03_apim.tf
index 7c1c5a358e..4a046ea171 100644
--- a/src/next-core/03_apim.tf
+++ b/src/next-core/03_apim.tf
@@ -852,7 +852,7 @@ resource "azurerm_subnet_network_security_group_association" "apim_snet_sg_assoc
module "apim" {
count = var.is_feature_enabled.apim_core_import ? 1 : 0
- source = "git::https://github.com/pagopa/terraform-azurerm-v3.git//api_management?ref=v8.22.0"
+ source = "git::https://github.com/pagopa/terraform-azurerm-v3.git//api_management?ref=v8.23.0"
subnet_id = data.azurerm_subnet.apim_subnet.id
location = data.azurerm_resource_group.rg_api.location
name = "${local.product}-apim"
diff --git a/src/next-core/README.md b/src/next-core/README.md
index 8e9d377ffd..3cbd6f5625 100644
--- a/src/next-core/README.md
+++ b/src/next-core/README.md
@@ -14,7 +14,7 @@
| Name | Source | Version |
|------|--------|---------|
-| [apim](#module\_apim) | git::https://github.com/pagopa/terraform-azurerm-v3.git//api_management | v8.22.0 |
+| [apim](#module\_apim) | git::https://github.com/pagopa/terraform-azurerm-v3.git//api_management | v8.23.0 |
| [apimv2](#module\_apimv2) | git::https://github.com/pagopa/terraform-azurerm-v3.git//api_management | v8.22.0 |
| [apimv2\_snet](#module\_apimv2\_snet) | git::https://github.com/pagopa/terraform-azurerm-v3.git//subnet | v7.50.0 |
| [app\_gw\_integration](#module\_app\_gw\_integration) | git::https://github.com/pagopa/terraform-azurerm-v3.git//app_gateway | v7.50.0 |