From b36d5495f43551f412528f21d42615f6802ea536 Mon Sep 17 00:00:00 2001 From: Andrea Grillo Date: Tue, 19 Nov 2024 14:56:05 +0100 Subject: [PATCH] [CES-485] Update date time of the next Wallet release (#1292) Co-authored-by: Krusty93 --- src/_modules/common_values/outputs_configurable.tf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/_modules/common_values/outputs_configurable.tf b/src/_modules/common_values/outputs_configurable.tf index 97b5d9cda..09fefcbe1 100644 --- a/src/_modules/common_values/outputs_configurable.tf +++ b/src/_modules/common_values/outputs_configurable.tf @@ -5,9 +5,9 @@ output "scaling_gate" { HOW: These values ​​will be used for scaling the different resources (function app, app services, etc.) EOF value = { - name = "wallet_gate2" + name = "wallet_gate3" timezone = "W. Europe Standard Time" - start = "2024-11-06T08:00:00Z" - end = "2024-11-06T22:00:00Z" + start = "2024-11-20T13:00:00Z" + end = "2024-11-20T21:30:00Z" } }