From 2798f3b89655faff5456b52bb87d92e3432e89cd Mon Sep 17 00:00:00 2001 From: Naeel Date: Thu, 12 Mar 2026 09:19:17 +0300 Subject: [PATCH] chore: provider v0.1.18, update examples (harbor branch) --- examples/hello-go/main.tf | 2 +- examples/hello-node/main.tf | 2 +- examples/notes-python/main.tf | 2 +- examples/pg-list-python/main.tf | 2 +- examples/simple-node/main.tf | 2 +- examples/simple-python/main.tf | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/hello-go/main.tf b/examples/hello-go/main.tf index fa5a039..f4555f2 100644 --- a/examples/hello-go/main.tf +++ b/examples/hello-go/main.tf @@ -5,7 +5,7 @@ terraform { required_providers { sless = { source = "terra.k8c.ru/naeel/sless" - version = "~> 0.1.16" + version = "~> 0.1.18" } } } diff --git a/examples/hello-node/main.tf b/examples/hello-node/main.tf index 18107d6..81f36d0 100644 --- a/examples/hello-node/main.tf +++ b/examples/hello-node/main.tf @@ -11,7 +11,7 @@ terraform { required_providers { sless = { source = "terra.k8c.ru/naeel/sless" - version = "~> 0.1.16" + version = "~> 0.1.18" } } } diff --git a/examples/notes-python/main.tf b/examples/notes-python/main.tf index f6ef5b6..ba4fcc1 100644 --- a/examples/notes-python/main.tf +++ b/examples/notes-python/main.tf @@ -14,7 +14,7 @@ terraform { # Провайдер для управления serverless функциями через sless API sless = { source = "terra.k8c.ru/naeel/sless" - version = "~> 0.1.16" + version = "~> 0.1.18" } } } diff --git a/examples/pg-list-python/main.tf b/examples/pg-list-python/main.tf index 242502c..aa179e5 100644 --- a/examples/pg-list-python/main.tf +++ b/examples/pg-list-python/main.tf @@ -5,7 +5,7 @@ terraform { required_providers { sless = { source = "terra.k8c.ru/naeel/sless" - version = "~> 0.1.16" + version = "~> 0.1.18" } } } diff --git a/examples/simple-node/main.tf b/examples/simple-node/main.tf index d27735d..3ab7e95 100644 --- a/examples/simple-node/main.tf +++ b/examples/simple-node/main.tf @@ -19,7 +19,7 @@ terraform { required_providers { sless = { source = "terra.k8c.ru/naeel/sless" - version = "~> 0.1.16" + version = "~> 0.1.18" } } } diff --git a/examples/simple-python/main.tf b/examples/simple-python/main.tf index 331023f..98f2acc 100644 --- a/examples/simple-python/main.tf +++ b/examples/simple-python/main.tf @@ -18,7 +18,7 @@ terraform { required_providers { sless = { source = "terra.k8c.ru/naeel/sless" - version = "~> 0.1.16" + version = "~> 0.1.18" } } }