fix(docs): per-stand getting-started injection (source namespace, version, api_endpoint) after copy into docs_dir; placeholders {{NAMESPACE}}

This commit is contained in:
“Naeel”
2026-09-03 09:19:56 +03:00
parent 9090488731
commit 02b7d7b701
2 changed files with 36 additions and 31 deletions
+2 -2
View File
@@ -24,8 +24,8 @@
terraform {
required_providers {
nubes = {
source = "tf-registry.containerk8s.services.ngcloud.ru/nubes/nubes"
version = "3.0.0" # Версия по стенду: prod=1.x, dev=2.x, test=3.x
source = "tf-registry.containerk8s.services.ngcloud.ru/{{NAMESPACE}}/nubes"
version = "0.0.0" # автозамена на версию стенда при сборке (prod=1.x, dev=2.x, test=3.x)
}
}
}