From 8057fa22c45ff3761aeda581a8ccd927d67a6b11 Mon Sep 17 00:00:00 2001 From: Scott Ford Date: Fri, 7 May 2021 16:01:42 -0700 Subject: [PATCH] chore: bump required version of TF to 0.12.31 (#3) Signed-off-by: Scott Ford --- versions.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions.tf b/versions.tf index 8fa95ab..6946f99 100644 --- a/versions.tf +++ b/versions.tf @@ -1,5 +1,5 @@ terraform { - required_version = ">= 0.12.26" + required_version = ">= 0.12.31" required_providers { lacework = {