Skip to content

Commit

Permalink
feat: Enable support for Terraform 0.13 as a valid version by setting…
Browse files Browse the repository at this point in the history
… minimum version required (terraform-aws-modules#455)
  • Loading branch information
bryantbiggs authored and DrFaust92 committed Jun 20, 2020
1 parent 695a951 commit ed2c8b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = "~> 0.12.6"
required_version = ">= 0.12.6, < 0.14"

required_providers {
aws = "~> 2.57"
Expand Down

0 comments on commit ed2c8b4

Please sign in to comment.