From caa55d9ff86451e079ace1d6b80c9bec7daeeab2 Mon Sep 17 00:00:00 2001 From: Repinoid Date: Thu, 24 Sep 2026 14:16:05 +0300 Subject: [PATCH] =?UTF-8?q?chore(stand/FullPipe):=20=D0=BF=D1=80=D0=BE?= =?UTF-8?q?=D0=B2=D0=B0=D0=B9=D0=B4=D0=B5=D1=80=202.0.20=20(=D0=BF=D1=80?= =?UTF-8?q?=D0=BE=D0=B2=D0=B5=D1=80=D0=B5=D0=BD=D0=BE=20plan=20=D0=B8?= =?UTF-8?q?=D0=B7=20=D1=80=D0=B5=D0=B5=D1=81=D1=82=D1=80=D0=B0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DEV_STAND/FullPipe/versions.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEV_STAND/FullPipe/versions.tf b/DEV_STAND/FullPipe/versions.tf index 0f07ad6..a928f2b 100644 --- a/DEV_STAND/FullPipe/versions.tf +++ b/DEV_STAND/FullPipe/versions.tf @@ -4,7 +4,7 @@ terraform { required_providers { nubes = { source = "tf-registry.containerk8s.services.ngcloud.ru/nubes-dev/nubes" - version = "2.0.19" + version = "2.0.20" } } }