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
Thanks- this was hugely helpful. I did run into some confusing errors (not a terraform expert), which were finally resolved by updating the required providers section to this. Happy to send a PR if you're open to updating,
Initializing the backend...
Initializing modules...
Downloading registry.terraform.io/terraform-aws-modules/vpc/aws 5.1.0 for vpc_main...
- vpc_main in .terraform/modules/vpc_main
Initializing provider plugins...
- Finding hashicorp/aws versions matching "~> 4.0, >= 5.0.0"...
╷
│ 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 ~> 4.0, >= 5.0.0
The text was updated successfully, but these errors were encountered:
Thanks- this was hugely helpful. I did run into some confusing errors (not a terraform expert), which were finally resolved by updating the required providers section to this. Happy to send a PR if you're open to updating,
It was previously throwing an error during init
The text was updated successfully, but these errors were encountered: