9 lines
124 B
HCL
9 lines
124 B
HCL
|
|
terraform {
|
|
required_providers {
|
|
vsphere = {
|
|
source = "hashicorp/vsphere"
|
|
version = "2.0.2"
|
|
}
|
|
}
|
|
}
|