Skip to content

Commit 5126df5

Browse files
committed
tf_version var fix
1 parent b291333 commit 5126df5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

locals.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ locals {
1515
TFLINT_VERSION = var.tflint_version
1616
SAST_REPORT_ARN = aws_codebuild_report_group.sast.arn
1717
CHECKOV_SKIPS = join(",", "${var.checkov_skip}")
18-
TF_VERSION = "1.5.7"
18+
TF_VERSION = var.terraform_version
1919
}
2020
}

0 commit comments

Comments
 (0)