Skip to content

Commit 1fd3769

Browse files
authored
fix: Updated version requirements to be Terraform 0.13 only (#101)
1 parent 793b6be commit 1fd3769

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ To run the tests:
7474

7575
| Name | Version |
7676
|------|---------|
77-
| terraform | >= 0.12.6, < 0.14 |
77+
| terraform | >= 0.13.0, < 0.14 |
7878
| aws | >= 2.35, < 4.0 |
7979

8080
## Providers

versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
terraform {
2-
required_version = ">= 0.12.6, < 0.14"
2+
required_version = ">= 0.13.0, < 0.14"
33

44
required_providers {
55
aws = ">= 2.35, < 4.0"

0 commit comments

Comments
 (0)