feat: пример pg-list-python — список из PostgreSQL без джоба

This commit is contained in:
“Naeel”
2026-03-11 16:37:22 +04:00
parent 64bd495cf9
commit 2ca3137c0b
5 changed files with 108 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
# 2026-03-11
# main.tf — провайдер для pg-list-python примера.
terraform {
required_providers {
sless = {
source = "terra.k8c.ru/naeel/sless"
version = "~> 0.1.14"
}
}
}
provider "sless" {
endpoint = "https://sless-api.kube5s.ru"
token = var.token
nubes_endpoint = "https://deck-api.ngcloud.ru/api/v1"
}