Terraform providers lock command

During initialization, Terraform will download the provider versions specified by this file rather than the latest versions
May 23, 2023 · The solution that I do is add capacity_provider_strategy inside lifecycle ignore_changes (So the changes will not be applied through Terraform apply)
Providers that are no longer required
13 and earlier, the terraform init command would always install the newest version of any provider in the configuration that would meet the configured version constraints
/body>