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.
2 parents 3375944 + 8a9df2c commit 1de1fefCopy full SHA for 1de1fef
README.md
@@ -70,9 +70,9 @@ module "pipeline" {
70
71
codebuild_policy = aws_iam_policy.this.arn
72
build_timeout = 10
73
- terraform_version = "1.5.7"
+ terraform_version = "1.7.0"
74
checkov_version = "3.2.0"
75
- tflint_version = "0.48.0"
+ tflint_version = "0.55.0"
76
77
vpc = {
78
vpc_id = "vpc-011a22334455bb66c",
@@ -84,7 +84,7 @@ module "pipeline" {
84
"Environment[Dev,Prod]",
85
"Source"
86
])
87
- tagnag_version = "0.5.8"
+ tagnag_version = "0.7.9"
88
89
checkov_skip = [
90
"CKV_AWS_144", #Ensure that S3 bucket has cross-region replication enabled
0 commit comments