0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-06-30 02:31:10 +00:00
terraform-provider-proxmox/example.tfrc
2021-02-13 02:46:29 +01:00

10 lines
212 B
Plaintext

provider_installation {
filesystem_mirror {
path = "../cache/plugins"
include = ["registry.terraform.io/danitso/proxmox"]
}
direct {
exclude = ["registry.terraform.io/danitso/proxmox"]
}
}