Hi in the upcoming 4.0 changes ( Upcoming Changes in Version 4.0 of the AWS Provider · Issue #20433 · hashicorp/terraform-provider-aws · GitHub ) it says to use this version constraint to remain current with 3.x of the provider.
terraform {
required_providers {
aws = {
version = "~> 3.x"
}
}
}
This doesn’t work for me, so is “~> 3.0” the correct constraint to remain up to date with the the latest 3.x versions without upgrading automatically to 4.x ?