Block BSL versions of Terraform

This commit is contained in:
Jason Rothstein 2023-09-06 18:51:22 -05:00
parent b5bd33e13a
commit 1052daee73

View File

@ -5,5 +5,5 @@ terraform {
version = ">= 2.29.0" version = ">= 2.29.0"
} }
} }
required_version = ">= 1.5.3" required_version = ">= 1.5.3, < 1.6.0"
} }