chore: remove hardcoded token from examples, use SLESS_API_TOKEN env

This commit is contained in:
“Naeel”
2026-03-09 19:25:52 +04:00
parent 1676bf3c5a
commit 42645f3967
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -15,6 +15,6 @@ terraform {
provider "sless" {
endpoint = "https://sless-api.kube5s.ru"
token = "dev-token-change-me"
# token читается из SLESS_API_TOKEN
}