fix: PGwNewRegistry переключён на TEST стенд (баг Script26 в DEV) + баг-репорт

This commit is contained in:
“Naeel”
2026-08-09 17:05:46 +04:00
parent 86b44cc141
commit bf36c5b42c
2 changed files with 54 additions and 3 deletions
+3 -3
View File
@@ -1,8 +1,8 @@
terraform {
required_providers {
nubes = {
source = "tf-registry.containerk8s.services.ngcloud.ru/nubes-dev/nubes"
version = "3.0.2"
source = "tf-registry.containerk8s.services.ngcloud.ru/nubes-test/nubes"
version = "5.0.1"
}
}
}
@@ -29,7 +29,7 @@ variable "s3_user_uid" {
provider "nubes" {
api_token = var.api_token
api_endpoint = "https://lk-api-gateway-dev.ngcloud.ru/api/v1/svc"
api_endpoint = "https://lk-api-gateway-test.ngcloud.ru/api/v1/svc"
# log_level = "debug" # none | info | debug, default = "none"
}