fix: skip empty optional ref-params in resolveRefSvcParamValues, bump 5.0.68

This commit is contained in:
“Naeel”
2026-07-09 09:20:26 +04:00
parent fbf2db55ab
commit 8b1176f8d8
5 changed files with 14 additions and 3 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ terraform {
required_providers {
nubes = {
source = "terra.k8c.ru/nubes-test/nubes"
version = "5.0.67"
version = "5.0.68"
}
}
}