infra/modules/create-vm/versions.tf

10 lines
124 B
Terraform
Raw Normal View History

2022-01-06 00:07:48 +00:00
terraform {
required_providers {
vsphere = {
source = "hashicorp/vsphere"
version = "2.0.2"
}
}
}