From a9584ed79ded434e1e3fb1cf44ff493a09c1389c Mon Sep 17 00:00:00 2001 From: Soren Martius Date: Fri, 15 Nov 2024 11:23:38 -0700 Subject: [PATCH] feat: change aks in 02 --- 02_example_data_sources/network/aks/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02_example_data_sources/network/aks/main.tf b/02_example_data_sources/network/aks/main.tf index f9fe0e4..f991b21 100644 --- a/02_example_data_sources/network/aks/main.tf +++ b/02_example_data_sources/network/aks/main.tf @@ -4,7 +4,7 @@ provider "azurerm" { } resource "azurerm_resource_group" "main" { - name = "${var.environment}-aks-env-out" + name = "${var.environment}-aks-env-out2" location = var.location }