Open
Description
Describe the Bug
Update the version to allow for an AWS provider version of v5. It seems the dependency that was holding it back has been resolved.
Expected Behavior
A terraform init
will allow me to use an AWS provider version of v5.
Steps to Reproduce
terraform init
with a providers.tf
containing:
terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.0"
}
}
}
Screenshots
No response
Environment
No response
Additional Context
No response