Skip to content

Commit

Permalink
caa: unique prefix for node resource group
Browse files Browse the repository at this point in the history
  • Loading branch information
burgerdev committed Nov 26, 2024
1 parent 08d2968 commit 68ee7dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/azure-peerpods/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ resource "azurerm_virtual_network" "main" {
resource "azurerm_kubernetes_cluster" "cluster" {
name = "${local.name}_aks"
resource_group_name = data.azurerm_resource_group.rg.name
node_resource_group = "${var.resource_group}_aks_node_rg"
node_resource_group = "${local.name}_aks_node_rg"
location = data.azurerm_resource_group.rg.location
dns_prefix = "aks"
oidc_issuer_enabled = true
Expand Down

0 comments on commit 68ee7dd

Please sign in to comment.