From 96cb7ac6faedb00f4a2d01c1badae79ce4ae73e8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Mar 2026 11:05:19 +0000 Subject: [PATCH] chore(deps): update terraform azure/aks/azurerm to v11 --- aks/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aks/main.tf b/aks/main.tf index 7ddc58a..91a8995 100644 --- a/aks/main.tf +++ b/aks/main.tf @@ -14,7 +14,7 @@ resource "azurerm_resource_group" "this" { module "aks" { source = "Azure/aks/azurerm" - version = "8.0.0" + version = "11.4.0" prefix = var.prefix