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:
“Naeel”
2026-08-10 09:25:53 +04:00
parent f6494d038e
commit 5f81e4a664
7 changed files with 18 additions and 7 deletions
+1 -1
View File
@@ -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"
}
}
}