Skip to content

Commit 4a8d902

Browse files
committed
remove variable that v3 doesn't support
1 parent ea69358 commit 4a8d902

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

variables.tf

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1529,18 +1529,6 @@ variable "ultra_ssd_enabled" {
15291529
description = "(Optional) Used to specify whether the UltraSSD is enabled in the Default Node Pool. Defaults to false."
15301530
}
15311531

1532-
variable "upgrade_override" {
1533-
type = object({
1534-
force_upgrade_enabled = bool
1535-
effective_until = optional(string)
1536-
})
1537-
default = null
1538-
description = <<-EOT
1539-
`force_upgrade_enabled` - (Required) Whether to force upgrade the cluster. Possible values are `true` or `false`.
1540-
`effective_until` - (Optional) Specifies the duration, in RFC 3339 format (e.g., `2025-10-01T13:00:00Z`), the upgrade_override values are effective. This field must be set for the `upgrade_override` values to take effect. The date-time must be within the next 30 days.
1541-
EOT
1542-
}
1543-
15441532
variable "vnet_subnet_id" {
15451533
type = string
15461534
default = null

0 commit comments

Comments
 (0)