fix: restore token in provider blocks (dev-token-change-me is the real token)
This commit is contained in:
parent
113dc5ee7a
commit
0ffb905e2a
@ -15,6 +15,6 @@ terraform {
|
||||
|
||||
provider "sless" {
|
||||
endpoint = "https://sless-api.kube5s.ru"
|
||||
# token читается из SLESS_API_TOKEN
|
||||
token = "dev-token-change-me"
|
||||
}
|
||||
|
||||
|
||||
@ -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"
|
||||
}
|
||||
|
||||
@ -26,5 +26,5 @@ terraform {
|
||||
|
||||
provider "sless" {
|
||||
endpoint = "https://sless-api.kube5s.ru"
|
||||
# token читается из SLESS_API_TOKEN
|
||||
token = "dev-token-change-me"
|
||||
}
|
||||
|
||||
@ -25,5 +25,5 @@ terraform {
|
||||
|
||||
provider "sless" {
|
||||
endpoint = "https://sless-api.kube5s.ru"
|
||||
# token читается из SLESS_API_TOKEN
|
||||
token = "dev-token-change-me"
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user