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.
1 parent 0048e1c commit cecb16bCopy full SHA for cecb16b
README.md
@@ -37,7 +37,7 @@ AWS CodeCommit:
37
```hcl
38
module "pipeline" {
39
source = "aws-samples/multi-account-pipeline/aws"
40
- version = "1.5.x"
+ version = "1.6.x"
41
pipeline_name = "pipeline"
42
repo = aws_repository.this.repository_name
43
accounts = {
@@ -51,7 +51,7 @@ Third-party service:
51
52
53
54
55
56
repo = "organization/repo"
57
connection = aws_codestarconnections_connection.this.arn
0 commit comments