You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: variables.tf
+19-6Lines changed: 19 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -41,13 +41,13 @@ variable "location" {
41
41
default="eastus"
42
42
}
43
43
44
-
variableaks_cluster_sku_tier {
44
+
variable"aks_cluster_sku_tier" {
45
45
description="The SKU Tier that should be used for this Kubernetes Cluster. Possible values are Free and Paid (which includes the Uptime SLA). Defaults to Free"
0 commit comments