mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-06-29 18:21:10 +00:00
16 lines
245 B
HCL
16 lines
245 B
HCL
terraform {
|
|
required_providers {
|
|
local = {
|
|
source = "hashicorp/local"
|
|
version = "2.2.2"
|
|
}
|
|
tls = {
|
|
source = "hashicorp/tls"
|
|
version = "3.1.0"
|
|
}
|
|
proxmox = {
|
|
source = "bpg/proxmox"
|
|
}
|
|
}
|
|
}
|