From 50f40eb926d859ff30ebaebed47ff4881fe5e524 Mon Sep 17 00:00:00 2001 From: Soren Martius Date: Thu, 14 Nov 2024 07:19:58 -0700 Subject: [PATCH] some change --- 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 }