Добавить terraform/vmware/versions.tf

This commit is contained in:
2025-12-05 12:40:16 +00:00
parent 370d3263ad
commit a3f2a4b289

View File

@@ -0,0 +1,9 @@
terraform {
required_providers {
vsphere = {
source = "hashicorp/vsphere"
version = ">= 2.4.0"
}
}
required_version = ">= 1.0.0"
}