From 8595c67c1f74256ee17685043acc86ceb07489ec Mon Sep 17 00:00:00 2001 From: jakebark Date: Fri, 20 Jun 2025 05:59:08 +0100 Subject: [PATCH] versions --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 277f95e..038530e 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ AWS CodeCommit: ```hcl module "pipeline" { source = "aws-samples/multi-account-pipeline/aws" - version = "1.5.3" + version = "1.5.x" pipeline_name = "pipeline" repo = aws_repository.this.repository_name accounts = { @@ -51,7 +51,7 @@ Third-party service: ```hcl module "pipeline" { source = "aws-samples/multi-account-pipeline/aws" - version = "1.5.3" + version = "1.5.x" pipeline_name = "pipeline" repo = "organization/repo" connection = aws_codestarconnections_connection.this.arn @@ -87,15 +87,15 @@ module "pipeline" { codebuild_policy = aws_iam_policy.this.arn build_timeout = 10 - terraform_version = "1.5.7" + terraform_version = "1.7.0" checkov_version = "3.2.0" - tflint_version = "0.48.0" + tflint_version = "0.55.0" tags = join(",", [ "Environment[Dev,Prod]", "Source" ]) - tagnag_version = "0.5.8" + tagnag_version = "0.7.9" checkov_skip = [ "CKV_AWS_144", #Ensure that S3 bucket has cross-region replication enabled