From c958927e697cc83b5caa91a7ab39384264b50c2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CNaeel=E2=80=9D?= Date: Mon, 9 Mar 2026 08:56:19 +0400 Subject: [PATCH] =?UTF-8?q?fix:=20pg-query=20=E2=80=94=20filesha256(handle?= =?UTF-8?q?r.py)=20=D0=B2=D0=BC=D0=B5=D1=81=D1=82=D0=BE=20filemd5(handler.?= =?UTF-8?q?zip),=20=D0=B2=D0=B5=D1=80=D1=81=D0=B8=D1=8F=20=D0=BF=D1=80?= =?UTF-8?q?=D0=BE=D0=B2=D0=B0=D0=B9=D0=B4=D0=B5=D1=80=D0=B0=200.1.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pg-query/main.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pg-query/main.tf b/pg-query/main.tf index f6ffb1e..9e539df 100644 --- a/pg-query/main.tf +++ b/pg-query/main.tf @@ -16,7 +16,7 @@ terraform { required_providers { sless = { source = "terra.k8c.ru/naeel/sless" - version = "~> 0.1.1" + version = "~> 0.1.7" } } } @@ -41,7 +41,7 @@ resource "sless_function" "pg_query" { } code_path = "${path.module}/handler.zip" - code_hash = filemd5("${path.module}/handler.zip") + code_hash = filesha256("${path.module}/handler.py") } resource "sless_trigger" "pg_query_http" {