Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Terragrunt Provider Cache discovers registry names URLs instead of mirror servers URLs #3421

Open
2 tasks
levkohimins opened this issue Sep 19, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@levkohimins
Copy link
Contributor

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

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 = ["*/*/*"]
  }
}

Expected behavior

Terragrunt discovers endpoints of the host specified in the network_mirror section.

Nice to haves

  • Terminal output
  • Screenshots

Versions

  • Terragrunt version: v0.67.9
@levkohimins levkohimins added the bug Something isn't working label Sep 19, 2024
@levkohimins levkohimins self-assigned this Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant