8 lines
125 B
HCL
8 lines
125 B
HCL
terraform {
|
|
required_providers {
|
|
vsphere = {
|
|
source = "hashicorp/vsphere"
|
|
version = "~> 2.5.1"
|
|
}
|
|
}
|
|
} |