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 }