Skip to content

Commit

Permalink
feat: change aks in 02
Browse files Browse the repository at this point in the history
  • Loading branch information
soerenmartius committed Nov 14, 2024
1 parent ee5bde2 commit 77e8b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 02_example_data_sources/network/aks/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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

}
Expand Down

0 comments on commit 77e8b1d

Please sign in to comment.