You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm encountering an issue when running terragrunt run-all init. The command fails due to a provider version mismatch. Below is the error message:
Error: Failed to query available provider packages
Could not retrieve the list of available versions for provider
hashicorp/aws: locked provider registry.terraform.io/hashicorp/aws 5.49.0
does not match configured version constraint 5.58.0; must use terraform
init -upgrade to allow selection of new versions
Steps to Reproduce
<<terragrunt run-all init >>Proposed SolutionRun << terragrunt run-all init -upgrade >> to update the provider version.