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

This commit is contained in:
2026-05-06 10:51:14 +03:00
parent f5526c09b5
commit 686ac0485b
+1 -1
View File
@@ -1,7 +1,7 @@
terraform { terraform {
required_providers { required_providers {
vsphere = { vsphere = {
source = "vmware/vsphere" source = "registry.terraform.io/vmware/vsphere"
version = "~> 2.15" version = "~> 2.15"
} }
} }