mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-07-01 11:02:59 +00:00
15 lines
253 B
HCL
15 lines
253 B
HCL
terraform {
|
|
required_providers {
|
|
local = {
|
|
source = "hashicorp/local"
|
|
}
|
|
proxmox = {
|
|
source = "terraform.danitso.com/provider/proxmox"
|
|
}
|
|
tls = {
|
|
source = "hashicorp/tls"
|
|
}
|
|
}
|
|
required_version = ">= 0.13"
|
|
}
|