From 621d8c2738e9de7907911989d9470d825720bddb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CNaeel=E2=80=9D?= Date: Sun, 9 Aug 2026 15:17:40 +0400 Subject: [PATCH] =?UTF-8?q?fix:=20DEV=5FSTAND/PGwNewRegistry=20=E2=80=94?= =?UTF-8?q?=20source=20=D0=B8=20version=20=D0=BE=D0=B1=D0=BD=D0=BE=D0=B2?= =?UTF-8?q?=D0=BB=D0=B5=D0=BD=D1=8B=20=D0=BF=D0=BE=D0=B4=20=D0=BD=D0=BE?= =?UTF-8?q?=D0=B2=D1=8B=D0=B9=20=D1=80=D0=B5=D0=B5=D1=81=D1=82=D1=80=20(3.?= =?UTF-8?q?0.1=20dev)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DEV_STAND/PGwNewRegistry/main.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEV_STAND/PGwNewRegistry/main.tf b/DEV_STAND/PGwNewRegistry/main.tf index 24cc40e..9376962 100644 --- a/DEV_STAND/PGwNewRegistry/main.tf +++ b/DEV_STAND/PGwNewRegistry/main.tf @@ -1,8 +1,8 @@ terraform { required_providers { nubes = { - source = "go-registry.containerk8s.dev.nubes.ru/nubes-dev/nubes" - version = "5.1.16" + source = "tf-registry.containerk8s.services.ngcloud.ru/nubes-dev/nubes" + version = "3.0.1" } } }