-
-
Notifications
You must be signed in to change notification settings - Fork 155
Open
Labels
bug🐛 An issue with the system🐛 An issue with the system
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
SBD580
Metadata
Metadata
Assignees
Labels
bug🐛 An issue with the system🐛 An issue with the system