Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
freez3fram3 committed Feb 2, 2025
1 parent 8b9ef42 commit 68490ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infra/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,10 @@ resource "azurerm_network_security_rule" "allow_https" {
### k8s ###

resource "azurerm_kubernetes_cluster" "aks_cluster" {
name = "${var.prefix}_aks_cluster"
name = "${var.prefix}-k8scluster"
location = azurerm_resource_group.rg.location
resource_group_name = azurerm_resource_group.rg.name
dns_prefix = "${var.prefix}_k8s"
dns_prefix = "${var.prefix}-k8s"

default_node_pool {
name = "system"
Expand Down

0 comments on commit 68490ef

Please sign in to comment.