Skip to content

Commit b52520f

Browse files
committed
chore: Bump min supported TF to v1.0.0
BREAKING CHANGE: Drop support for Terraform 0.13 and 0.14
1 parent cc2e02f commit b52520f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.13.7"
2+
required_version = ">= 1.0"
33

44
required_providers {
55
aws = {

0 commit comments

Comments
 (0)