docs: update provider version to 5.0.5 in getting-started guide

This commit is contained in:
“Naeel”
2026-09-02 08:09:29 +03:00
parent b3342bc0c5
commit 97fd77c2e9
+1 -1
View File
@@ -25,7 +25,7 @@ terraform {
required_providers { required_providers {
nubes = { nubes = {
source = "tf-registry.containerk8s.services.ngcloud.ru/nubes/nubes" source = "tf-registry.containerk8s.services.ngcloud.ru/nubes/nubes"
version = "2.1.23" # Поставьте нужную вам версию провайдера version = "5.0.5" # Поставьте нужную вам версию провайдера
} }
} }
} }