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 113dc5ee7a
commit 0ffb905e2a
4 changed files with 4 additions and 5 deletions

View File

@ -15,6 +15,6 @@ terraform {
provider "sless" {
endpoint = "https://sless-api.kube5s.ru"
# token читается из SLESS_API_TOKEN
token = "dev-token-change-me"
}

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"
}

View File

@ -26,5 +26,5 @@ terraform {
provider "sless" {
endpoint = "https://sless-api.kube5s.ru"
# token читается из SLESS_API_TOKEN
token = "dev-token-change-me"
}

View File

@ -25,5 +25,5 @@ terraform {
provider "sless" {
endpoint = "https://sless-api.kube5s.ru"
# token читается из SLESS_API_TOKEN
token = "dev-token-change-me"
}