infra/modules/create-vm/versions.tf
2022-01-06 00:07:48 +00:00

9 lines
124 B
HCL

terraform {
required_providers {
vsphere = {
source = "hashicorp/vsphere"
version = "2.0.2"
}
}
}