mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-06-30 18:42:58 +00:00
10 lines
212 B
Plaintext
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"]
|
|
}
|
|
}
|