Обновить terraform/vmware/versions.tf

This commit is contained in:
2026-05-06 10:47:10 +03:00
parent b613e5dff8
commit f5526c09b5
+2 -2
View File
@@ -1,8 +1,8 @@
terraform {
required_providers {
vsphere = {
source = "hashicorp/vsphere"
version = "~> 2.0"
source = "vmware/vsphere"
version = "~> 2.15"
}
}
}