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

24 lines
545 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
}
filesystem_mirror {
path = "/tmp/example2"
}
direct {
exclude = ["example.com/*/*"]
download_retry_count = 3
}
}