We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b291333 commit 5126df5Copy full SHA for 5126df5
locals.tf
@@ -15,6 +15,6 @@ locals {
15
TFLINT_VERSION = var.tflint_version
16
SAST_REPORT_ARN = aws_codebuild_report_group.sast.arn
17
CHECKOV_SKIPS = join(",", "${var.checkov_skip}")
18
- TF_VERSION = "1.5.7"
+ TF_VERSION = var.terraform_version
19
}
20
0 commit comments