Block BSL versions of terraform

This commit is contained in:
Jason Rothstein 2023-09-06 18:51:54 -05:00
parent 6378f816b7
commit b9bdb87038

View File

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