Files
opentf/internal/command/cliconfig/testdata/provider-installation.json
2025-10-18 11:42:25 +03:00

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
}]
}
}