10 lines
158 B
HCL
10 lines
158 B
HCL
terraform {
|
|
required_providers {
|
|
vsphere = {
|
|
source = "hashicorp/vsphere"
|
|
version = ">= 1.24.3"
|
|
}
|
|
}
|
|
required_version = ">= 0.13"
|
|
}
|