Skip to content

Commit 1de1fef

Browse files
authored
Merge pull request #26 from aws-samples/readme_versions
tooling versions
2 parents 3375944 + 8a9df2c commit 1de1fef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ module "pipeline" {
7070
7171
codebuild_policy = aws_iam_policy.this.arn
7272
build_timeout = 10
73-
terraform_version = "1.5.7"
73+
terraform_version = "1.7.0"
7474
checkov_version = "3.2.0"
75-
tflint_version = "0.48.0"
75+
tflint_version = "0.55.0"
7676
7777
vpc = {
7878
vpc_id = "vpc-011a22334455bb66c",
@@ -84,7 +84,7 @@ module "pipeline" {
8484
"Environment[Dev,Prod]",
8585
"Source"
8686
])
87-
tagnag_version = "0.5.8"
87+
tagnag_version = "0.7.9"
8888
8989
checkov_skip = [
9090
"CKV_AWS_144", #Ensure that S3 bucket has cross-region replication enabled

0 commit comments

Comments
 (0)