Skip to content

Commit b57ad10

Browse files
authored
feat: bump version of aws provider version to support 3.* (#479)
1 parent 28c8ccc commit b57ad10

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -224,14 +224,14 @@ It is possible to integrate this VPC module with [terraform-aws-transit-gateway
224224

225225
| Name | Version |
226226
|------|---------|
227-
| terraform | >= 0.12.6, < 0.14 |
228-
| aws | ~> 2.57 |
227+
| terraform | >= 0.12.7, < 0.14 |
228+
| aws | >= 2.57, < 4.0 |
229229

230230
## Providers
231231

232232
| Name | Version |
233233
|------|---------|
234-
| aws | ~> 2.57 |
234+
| aws | >= 2.57, < 4.0 |
235235

236236
## Inputs
237237

versions.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
terraform {
2-
required_version = ">= 0.12.6, < 0.14"
2+
required_version = ">= 0.12.7, < 0.14"
33

44
required_providers {
5-
aws = "~> 2.57"
5+
aws = ">= 2.57, < 4.0"
66
}
77
}

0 commit comments

Comments
 (0)