test: E2E скрипт run_e2e_tests.sh + fix provider token/version в примерах

This commit is contained in:
“Naeel”
2026-03-11 10:49:36 +04:00
parent b12b72c989
commit 6c6040d8f8
13 changed files with 414 additions and 11 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ terraform {
provider "sless" {
endpoint = "https://sless-api.kube5s.ru"
token = file("${path.module}/../../secrets/prod.token")
token = var.token
nubes_endpoint = "https://deck-api.ngcloud.ru/api/v1"
}