Skip to content

Commit

Permalink
Merge pull request #386 from aztfmod/HN-aks-sku_tier
Browse files Browse the repository at this point in the history
Update aks.tf
  • Loading branch information
LaurentLesle authored Apr 16, 2021
2 parents 4cf9b6b + caada93 commit bad9fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/compute/aks/aks.tf
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ resource "azurerm_kubernetes_cluster" "aks" {
}
}
}

sku_tier = try(var.settings.sku_tier, null)
kubernetes_version = try(var.settings.kubernetes_version, null)

# dynamic "linux_profile" {
Expand Down

0 comments on commit bad9fe0

Please sign in to comment.