We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e473850 commit 488c4eaCopy full SHA for 488c4ea
aws-s3-private-bucket/README.md
@@ -35,13 +35,13 @@ module "s3-bucket" {
35
36
| Name | Version |
37
|------|---------|
38
-| aws | < 3.0.0 |
+| aws | >= 2.60.0 |
39
40
## Providers
41
42
43
44
45
46
## Inputs
47
aws-s3-private-bucket/terraform.tf
@@ -1,5 +1,5 @@
1
terraform {
2
required_providers {
3
- aws = "< 3.0.0"
+ aws = ">= 2.60.0"
4
}
5
0 commit comments