| <a name="input_upgrade_override"></a> [upgrade\_override](#input\_upgrade\_override) | `force_upgrade_enabled` - (Required) Whether to force upgrade the cluster. Possible values are `true` or `false`.<br/>`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. | <pre>object({<br/> force_upgrade_enabled = bool<br/> effective_until = optional(string)<br/> })</pre> | `null` | no |
0 commit comments