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 793b6be commit 1fd3769Copy full SHA for 1fd3769
README.md
@@ -74,7 +74,7 @@ To run the tests:
74
75
| Name | Version |
76
|------|---------|
77
-| terraform | >= 0.12.6, < 0.14 |
+| terraform | >= 0.13.0, < 0.14 |
78
| aws | >= 2.35, < 4.0 |
79
80
## Providers
versions.tf
@@ -1,5 +1,5 @@
1
terraform {
2
- required_version = ">= 0.12.6, < 0.14"
+ required_version = ">= 0.13.0, < 0.14"
3
4
required_providers {
5
aws = ">= 2.35, < 4.0"
0 commit comments