terracadoles/modules/vmware/version.tf

8 lines
125 B
HCL

terraform {
required_providers {
vsphere = {
source = "hashicorp/vsphere"
version = "~> 2.5.1"
}
}
}