restrict from using tf version 1.6

Signed-off-by: matttrach <matttrach@gmail.com>
This commit is contained in:
matttrach 2023-08-28 17:14:17 -05:00
parent 8a2f179e3a
commit 2c958993b5
No known key found for this signature in database
GPG Key ID: C00467FDE2D0231F
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
terraform {
required_version = ">= 1.4.0"
required_version = ">= 1.4.0, < 1.6"
required_providers {
local = {
source = "hashicorp/local"