10 lines
165 B
Terraform
10 lines
165 B
Terraform
|
|
terraform {
|
||
|
|
required_version = ">= 1.8.0"
|
||
|
|
required_providers {
|
||
|
|
proxmox = {
|
||
|
|
source = "telmate/proxmox"
|
||
|
|
version = ">= 2.9.0, < 3.0.0"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|