Files
opentf/internal/command/cliconfig/testdata/provider-installation
Christian Mesh 0832642188 tofu providers mirror: Add option to trust hashes from a mirror source (#3885)
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>
2026-03-19 14:00:51 -04:00

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