Closed BeyondEvil closed 1 month ago
Module version 4.2.0 requires at least version 5.70.0 of AWS provider. Please make sure that you run terraform init -upgrade
to fetch newer version of the providers.
Module version 4.2.0 requires at least version 5.70.0 of AWS provider. Please make sure that you run
terraform init -upgrade
to fetch newer version of the providers.
For some reason that failed with the same error.
Regardless, this isn't necessarily a terraform-aws-modules fault.
When using 3rd-party modules, one should pin the exact version as per best practices: https://developer.hashicorp.com/terraform/language/expressions/version-constraints#best-practices
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
This change causes
Error: Failed to query available provider packages
given this version pin:given the following AWS provider config:
No action here I guess, but wanted to share if someone else gets this as the output from terraform isn't very helpful.