test: E2E скрипт run_e2e_tests.sh + fix provider token/version в примерах
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user