fix: restore token in provider blocks (dev-token-change-me is the real token)

This commit is contained in:
“Naeel”
2026-03-09 19:51:27 +04:00
parent 42645f3967
commit 0b0a50d03a
4 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -15,6 +15,6 @@ terraform {
provider "sless" {
endpoint = "https://sless-api.kube5s.ru"
# token читается из SLESS_API_TOKEN
token = "dev-token-change-me"
}
+1 -2
View File
@@ -20,8 +20,7 @@ terraform {
}
# sless провайдер подключается к API кластера.
# token читается из переменной окружения SLESS_API_TOKEN.
provider "sless" {
endpoint = "https://sless-api.kube5s.ru"
# token читается из SLESS_API_TOKEN
token = "dev-token-change-me"
}
+1 -1
View File
@@ -26,5 +26,5 @@ terraform {
provider "sless" {
endpoint = "https://sless-api.kube5s.ru"
# token читается из SLESS_API_TOKEN
token = "dev-token-change-me"
}
+1 -1
View File
@@ -25,5 +25,5 @@ terraform {
provider "sless" {
endpoint = "https://sless-api.kube5s.ru"
# token читается из SLESS_API_TOKEN
token = "dev-token-change-me"
}