Добавить terraform/resize-vm-disk/provider.tf

This commit is contained in:
2026-05-06 20:15:50 +03:00
parent b033e6dcaa
commit ce918d7c02
+6
View File
@@ -0,0 +1,6 @@
provider "vsphere" {
user = var.vsphere_user
password = var.vsphere_password
vsphere_server = var.vsphere_server
allow_unverified_ssl = true
}