Skip to content

Commit cecb16b

Browse files
committed
version
1 parent 0048e1c commit cecb16b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 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.x"
40+
version = "1.6.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.x"
54+
version = "1.6.x"
5555
pipeline_name = "pipeline"
5656
repo = "organization/repo"
5757
connection = aws_codestarconnections_connection.this.arn

0 commit comments

Comments
 (0)