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-09-09 12:20:19 -04:00

10 lines
204 B
Plaintext

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