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 3c4edef commit 822fc17Copy full SHA for 822fc17
README.md
@@ -36,14 +36,14 @@ This terraform module will create:
36
37
| Name | Version |
38
|------|---------|
39
-| terraform | >= 0.12 |
40
-| aws | >= 2.45.0 |
+| terraform | >= 0.13 |
+| aws | >= 3.36.0 |
41
42
## Providers
43
44
45
46
47
48
## Inputs
49
versions.tf
@@ -1,6 +1,6 @@
1
terraform {
2
- required_version = ">= 0.12"
+ required_version = ">= 0.13"
3
required_providers {
4
- aws = ">= 2.45.0"
+ aws = ">= 3.36.0"
5
}
6
0 commit comments