Skip to content

Commit 488c4ea

Browse files
author
Eduardo Lopez
authored
[fix] s3-private-bucket more lenient aws provider version (#285)
1 parent e473850 commit 488c4ea

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

aws-s3-private-bucket/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ module "s3-bucket" {
3535

3636
| Name | Version |
3737
|------|---------|
38-
| aws | < 3.0.0 |
38+
| aws | >= 2.60.0 |
3939

4040
## Providers
4141

4242
| Name | Version |
4343
|------|---------|
44-
| aws | < 3.0.0 |
44+
| aws | >= 2.60.0 |
4545

4646
## Inputs
4747

aws-s3-private-bucket/terraform.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
terraform {
22
required_providers {
3-
aws = "< 3.0.0"
3+
aws = ">= 2.60.0"
44
}
55
}

0 commit comments

Comments
 (0)