Closed levkohimins closed 1 month ago
Terragrunt Provider Cache discovers URLs that are specified as --terragrunt-provider-cache-registry-names rather than URLs of the mirror servers from which it caches providers.
--terragrunt-provider-cache-registry-names
terragrunt --terragrunt-provider-cache --terragrunt-provider-cache-registry-names registry.opentofu.org
~/.terraformrc
provider_installation { direct { exclude = ["*/*/*"] } network_mirror { url = "https://artifactory-host/registry-terraform-io-mirror/providers/" include = ["*/*/*"] } }
Terragrunt discovers endpoints of the host specified in the network_mirror section.
network_mirror
Resolved in v0.67.12 release.
Describe the bug
Terragrunt Provider Cache discovers URLs that are specified as
--terragrunt-provider-cache-registry-names
rather than URLs of the mirror servers from which it caches providers.Steps To Reproduce
~/.terraformrc
Expected behavior
Terragrunt discovers endpoints of the host specified in the
network_mirror
section.Nice to haves
Versions