Skip to content

Commit

Permalink
Update terraform required version to allow newer versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dgoodellrhy committed Jan 14, 2022
1 parent 9c536d6 commit d4eb3d4
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.13.0"
required_version = ">= 0.13.0"

required_providers {
aws = {
Expand Down

0 comments on commit d4eb3d4

Please sign in to comment.