Skip to content

Commit 62b4b3c

Browse files
committed
run order 1 for parallel apply
1 parent 006fe49 commit 62b4b3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

codepipeline.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ resource "aws_codepipeline" "this" {
116116
provider = "CodeBuild"
117117
input_artifacts = ["source_output"]
118118
version = "1"
119+
run_order = 1
119120
configuration = {
120121
ProjectName = module.apply.codebuild_project.name
121122
EnvironmentVariables = jsonencode([

0 commit comments

Comments
 (0)