mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-06-30 02:31:10 +00:00
17 lines
276 B
HCL
17 lines
276 B
HCL
terraform {
|
|
required_providers {
|
|
local = {
|
|
source = "hashicorp/local"
|
|
version = "2.0.0"
|
|
}
|
|
proxmox = {
|
|
source = "danitso/proxmox"
|
|
version = "9999.0.0"
|
|
}
|
|
tls = {
|
|
source = "hashicorp/tls"
|
|
version = "3.0.0"
|
|
}
|
|
}
|
|
}
|