mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-19 17:59:05 -05:00
26 lines
628 B
JSON
26 lines
628 B
JSON
{
|
|
"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
|
|
}],
|
|
"filesystem_mirror": [{
|
|
"path": "/tmp/example2"
|
|
}],
|
|
"direct": [{
|
|
"exclude": ["example.com/*/*"],
|
|
"download_retry_count": 3
|
|
}]
|
|
}
|
|
}
|