Skip to content

Commit 223c91d

Browse files
authored
Merge pull request #18 from aws-samples/readme
versions
2 parents 1517a05 + 8595c67 commit 223c91d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ AWS CodeCommit:
3737
```hcl
3838
module "pipeline" {
3939
source = "aws-samples/multi-account-pipeline/aws"
40-
version = "1.5.3"
40+
version = "1.5.x"
4141
pipeline_name = "pipeline"
4242
repo = aws_repository.this.repository_name
4343
accounts = {
@@ -51,7 +51,7 @@ Third-party service:
5151
```hcl
5252
module "pipeline" {
5353
source = "aws-samples/multi-account-pipeline/aws"
54-
version = "1.5.3"
54+
version = "1.5.x"
5555
pipeline_name = "pipeline"
5656
repo = "organization/repo"
5757
connection = aws_codestarconnections_connection.this.arn
@@ -87,15 +87,15 @@ module "pipeline" {
8787
8888
codebuild_policy = aws_iam_policy.this.arn
8989
build_timeout = 10
90-
terraform_version = "1.5.7"
90+
terraform_version = "1.7.0"
9191
checkov_version = "3.2.0"
92-
tflint_version = "0.48.0"
92+
tflint_version = "0.55.0"
9393
9494
tags = join(",", [
9595
"Environment[Dev,Prod]",
9696
"Source"
9797
])
98-
tagnag_version = "0.5.8"
98+
tagnag_version = "0.7.9"
9999
100100
checkov_skip = [
101101
"CKV_AWS_144", #Ensure that S3 bucket has cross-region replication enabled

0 commit comments

Comments
 (0)