mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-05-17 01:03:30 -04:00
Signed-off-by: Christian Mesh <christianmesh1@gmail.com> Co-authored-by: James Humphries <James@james-humphries.co.uk> Co-authored-by: Martin Atkins <mart@degeneration.co.uk>
25 lines
573 B
Plaintext
25 lines
573 B
Plaintext
provider_installation {
|
|
dev_overrides {
|
|
"hashicorp/boop" = "/tmp/bloop/../boop"
|
|
"hashicorp/blorp" = "/tmp/blorp"
|
|
}
|
|
filesystem_mirror {
|
|
path = "/tmp/example1"
|
|
include = ["example.com/*/*"]
|
|
}
|
|
network_mirror {
|
|
url = "https://tf-Mirror.example.com/"
|
|
include = ["registry.opentofu.org/*/*"]
|
|
exclude = ["registry.OpenTofu.org/foobar/*"]
|
|
download_retry_count = 2
|
|
trust_all_hashes = true
|
|
}
|
|
filesystem_mirror {
|
|
path = "/tmp/example2"
|
|
}
|
|
direct {
|
|
exclude = ["example.com/*/*"]
|
|
download_retry_count = 3
|
|
}
|
|
}
|