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

Take into account user provider_installation settings when using Terragrunt Provider Cache #3117

Closed
levkohimins opened this issue May 2, 2024 · 1 comment · Fixed by #3133
Assignees
Labels
bug Something isn't working enhancement New feature or request terragrunt

Comments

@levkohimins
Copy link
Contributor

levkohimins commented May 2, 2024

Describe the feature

  1. If there is a provider_installation block in the use CLI configuration .terraformrc, terraform returns errors Error: At most one provider_installation block can be specified, this is because Terragrunt Provider Cache adds another block, so we need to merge them into one.
  2. If the user CLI configuration .terraformrc has network_mirror settings, this should be taken into account when configuring Terragrunt Provider Cache. That is, Terragrunt Provider Cache server should make requests not to the remote register, but to the one specified in the network_mirror settings.
@levkohimins levkohimins added the enhancement New feature or request label May 2, 2024
@levkohimins levkohimins changed the title Consider network_mirror settings when using **Terragrunt Provider Cache** Consider network_mirror settings when using Terragrunt Provider Cache May 2, 2024
@levkohimins levkohimins self-assigned this May 2, 2024
@levkohimins levkohimins changed the title Consider network_mirror settings when using Terragrunt Provider Cache Take into account provider_installation settings when using Terragrunt Provider Cache May 6, 2024
@linear linear bot added the terragrunt label May 6, 2024
@levkohimins levkohimins added the bug Something isn't working label May 7, 2024
@levkohimins levkohimins changed the title Take into account provider_installation settings when using Terragrunt Provider Cache Take into account user provider_installation settings when using Terragrunt Provider Cache May 7, 2024
@levkohimins
Copy link
Contributor Author

Resolved in v0.58.7 release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request terragrunt
Projects
Status: In progress
1 participant