From afe38d8cd49cb5d6c0ad89222512eb1e9f888618 Mon Sep 17 00:00:00 2001 From: Mateus Caruccio Date: Thu, 12 Oct 2023 23:18:34 +0100 Subject: [PATCH] bump aks --- templates/aks/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/aks/main.tf b/templates/aks/main.tf index 52a3f82..5f19c1c 100644 --- a/templates/aks/main.tf +++ b/templates/aks/main.tf @@ -1,5 +1,5 @@ module "aks" { - source = "github.com/getupcloud/terraform-cluster-aks?ref=v2.1.0" + source = "github.com/getupcloud/terraform-cluster-aks?ref=v2.1.1" # cluster basics customer_name = var.customer_name