Skip to content
This repository has been archived by the owner on May 19, 2023. It is now read-only.

Commit

Permalink
Update versions.tf terraform >=0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
cageyv committed Jul 13, 2021
1 parent 43c6bf2 commit 7e696fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions versions.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = "~> 0.14"
required_version = ">= 0.14"
required_providers {
aws = {
source = "hashicorp/aws"
Expand All @@ -22,4 +22,4 @@ terraform {
version = "~> 2.0"
}
}
}
}

0 comments on commit 7e696fb

Please sign in to comment.