Skip to content

Commit

Permalink
SGA-9999 fix time
Browse files Browse the repository at this point in the history
  • Loading branch information
alexku7 committed Jul 11, 2021
1 parent cd156e9 commit 37c0bdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/private-cluster/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -111,13 +111,13 @@ variable "network_policy_provider" {
variable "maintenance_start_time" {
type = string
description = "Start time for maintenance operations in RFC3339 format"
default = "06:00"
default = "2021-07-01T06:00:00Z"
}

variable "maintenance_end_time" {
type = string
description = "End time for maintenance operations in RFC3339 format"
default = "18:00"
default = "2021-07-01T18:00:00Z"
}

variable "maintenance_recurrence" {
Expand Down

0 comments on commit 37c0bdf

Please sign in to comment.