From 37c0bdfb5aefbce5a7e07303b0e3b8b1eaf11616 Mon Sep 17 00:00:00 2001 From: Kurtser Alex Date: Sun, 11 Jul 2021 12:29:36 +0300 Subject: [PATCH] SGA-9999 fix time --- modules/private-cluster/variables.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/private-cluster/variables.tf b/modules/private-cluster/variables.tf index 5dbb504c48..bddd49a3a8 100644 --- a/modules/private-cluster/variables.tf +++ b/modules/private-cluster/variables.tf @@ -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" {