fix: req.Close only for non-GET (fixes FindInstanceByDisplayName), bump 5.0.65

This commit is contained in:
“Naeel”
2026-07-08 20:11:30 +04:00
parent 6d3bfe852c
commit f59b9ca19b
4 changed files with 8 additions and 5 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ terraform {
required_providers {
nubes = {
source = "terra.k8c.ru/nubes-test/nubes"
version = "5.0.64"
version = "5.0.65"
}
}
}