v5.0.62: fix modify 500 (remove WithDefaults GET ?fields=cfsParams) + tests

This commit is contained in:
“Naeel”
2026-07-06 22:43:19 +04:00
parent 5696be934c
commit d9f2c60e90
7 changed files with 50 additions and 14 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
# =============================================================================
# PostgreSQL — основной ресурс
# =============================================================================
resource "nubes_postgres" "npg" {
resource_name = "pg4tf033777" # ← ЗАМЕНИ на своё имя
@@ -14,7 +15,7 @@ resource "nubes_postgres" "npg" {
cpu = "500" # ← милликоры (1000 = 1 vCPU)
memory = "512" # ← MB
replicas = "1" # ← количество нод (1 = без реплики)
disk = "10" # ← GB
disk = "11" # ← GB
})
# ── Сетевой доступ ──