Hello, Is there a specific terraform version that...
# troubleshooting
m
Hello, Is there a specific terraform version that we are supposed to use with this repo? I am using
Terraform v1.3.9 on linux_amd64
and I get the following error when I run
terraform init
Copy code
│ Error: Failed to query available provider packages
│ 
│ Could not retrieve the list of available versions for provider hashicorp/aws: no available releases match the
│ given constraints >= 2.49.0, >= 3.0.0, >= 3.1.0, >= 3.13.0, >= 3.40.0, >= 3.56.0, >= 3.59.0, 3.65.0, >= 3.73.0, <
│ 4.0.0
This looks more like a bug in the code, just wanted to check what the resolution may be
Nevermind, I updated line 5 on provider.tf to be the highest value
"3.73.0"