fix: nested attrs with default → Optional (no Computed), prevents unknown values

This commit is contained in:
“Naeel”
2026-07-18 23:12:51 +04:00
parent b6f5b481af
commit 35792091bd
6 changed files with 9 additions and 5 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ terraform {
required_providers {
nubes = {
source = "registry.kube5s.ru/nubes-test/nubes"
version = "5.1.4"
version = "5.1.5"
}
}
}