You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ module "pipeline" {
69
69
build_timeout = 10
70
70
terraform_version = "1.5.7"
71
71
checkov_version = "3.2.0"
72
-
tflint_version = "0.33.0"
72
+
tflint_version = "0.48.0"
73
73
74
74
75
75
checkov_skip = [
@@ -91,11 +91,11 @@ module "pipeline" {
91
91
92
92
`build_timeout` is the CodeBuild project build timeout. It defaults to 10 (minutes).
93
93
94
-
`terraform_version` controls the terraform version. It defaults to latest.
94
+
`terraform_version` controls the terraform version. It defaults to 1.5.7.
95
95
96
96
`checkov_version` controls the [Checkov](https://www.checkov.io/) version. It defaults to latest.
97
97
98
-
`tflint_version` controls the [tflint](https://github.com/terraform-linters/tflint) version. It defaults to 0.33.0.
98
+
`tflint_version` controls the [tflint](https://github.com/terraform-linters/tflint) version. It defaults to 0.48.0.
99
99
100
100
`checkov_skip` defines [Checkov](https://www.checkov.io/) skips for the pipeline. This is useful for organization-wide policies, removing the need to add individual resource skips.
0 commit comments