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

This commit is contained in:
2026-05-06 10:39:52 +03:00
parent 9283748228
commit 76672bc075
+2 -3
View File
@@ -2,8 +2,7 @@ terraform {
required_providers { required_providers {
vsphere = { vsphere = {
source = "hashicorp/vsphere" source = "hashicorp/vsphere"
version = ">= 2.4.0" version = "~> 2.0"
} }
} }
required_version = ">= 1.0.0" }
}