fix: ToSnake acronym bug, migrate compare script to Gateway, YAML regen all stands
- ToSnake: fix acronym splitting (CPU, TTL, CA, API, VIP, AVI) - compare_yaml_vs_api.py: deck-api → lk-api-gateway - YAML regenerated from API for all 3 stands - Go resources regenerated - Providers rebuilt 3.0.6/5.0.5/2.0.6
This commit is contained in:
@@ -2,7 +2,7 @@ terraform {
|
||||
required_providers {
|
||||
nubes = {
|
||||
source = "tf-registry.containerk8s.services.ngcloud.ru/nubes-test/nubes"
|
||||
version = "5.0.4"
|
||||
version = "5.0.5"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
resource "nubes_postgres" "npg" {
|
||||
resource_name = "pgdev02"
|
||||
resource_name = "pgdev03"
|
||||
|
||||
startup_configuration = {
|
||||
resource_realm = var.realm
|
||||
|
||||
Reference in New Issue
Block a user