Skip to content

Commit

Permalink
chore: update sku_tier description
Browse files Browse the repository at this point in the history
  • Loading branch information
noahpb committed Dec 13, 2024
1 parent 02569b9 commit 5e5b920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/test-infra/azure/aks/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ variable "dns_prefix" {
}

variable "sku_tier" {
description = "(Optional) 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."
description = "(Optional) The SKU Tier that should be used for this Kubernetes Cluster. Possible values are Free and Standard (which includes the Uptime SLA), and Premium. Defaults to Free."
default = "Standard"
type = string

Expand Down

0 comments on commit 5e5b920

Please sign in to comment.