fix: PGwNewRegistry переключён на TEST стенд (баг Script26 в DEV) + баг-репорт
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user