Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down