v5.0.59: fix ALL ?endpoint= URLs in client.go (was missing GetInstanceStateRaw)

This commit is contained in:
“Naeel”
2026-07-01 14:31:20 +04:00
parent d2b9e91624
commit 45a722db29
3 changed files with 5 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.58"
version = "5.0.59"
}
}
}