From 3b3d510def233621a8b5cdef708f0ba62a59ca86 Mon Sep 17 00:00:00 2001 From: Naeel Date: Fri, 20 Mar 2026 22:08:19 +0300 Subject: [PATCH] =?UTF-8?q?chore(postgres):=20provider=20version=200.1.18?= =?UTF-8?q?=20=E2=86=92=200.1.19=20(sless=5Fjob=20self-contained)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/POSTGRES/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/POSTGRES/main.tf b/examples/POSTGRES/main.tf index fcdc110..d47cd26 100644 --- a/examples/POSTGRES/main.tf +++ b/examples/POSTGRES/main.tf @@ -8,7 +8,7 @@ terraform { } sless = { source = "terra.k8c.ru/naeel/sless" - version = "~> 0.1.18" + version = "~> 0.1.19" } } }