File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ AWS CodeCommit:
3737``` hcl
3838module "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
5252module "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
You can’t perform that action at this time.
0 commit comments