Skip to content

Commit

Permalink
Issue #3: Renaming cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
SonOfLope committed Feb 14, 2024
1 parent 2c643f8 commit c3c19fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/modules/azure-kubernetes-cluster/resources.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
locals {
prefix = var.prefix
dns_prefix = "${local.prefix}-dns"
prefix = "${var.prefix}-cluster"
dns_prefix = "${var.prefix}-dns"
subnet_id = data.azurerm_subnet.subnet.id
}

Expand Down

0 comments on commit c3c19fd

Please sign in to comment.