We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28c8ccc commit b57ad10Copy full SHA for b57ad10
README.md
@@ -224,14 +224,14 @@ It is possible to integrate this VPC module with [terraform-aws-transit-gateway
224
225
| Name | Version |
226
|------|---------|
227
-| terraform | >= 0.12.6, < 0.14 |
228
-| aws | ~> 2.57 |
+| terraform | >= 0.12.7, < 0.14 |
+| aws | >= 2.57, < 4.0 |
229
230
## Providers
231
232
233
234
235
236
## Inputs
237
versions.tf
@@ -1,7 +1,7 @@
1
terraform {
2
- required_version = ">= 0.12.6, < 0.14"
+ required_version = ">= 0.12.7, < 0.14"
3
4
required_providers {
5
- aws = "~> 2.57"
+ aws = ">= 2.57, < 4.0"
6
}
7
0 commit comments