Skip to content

Commit

Permalink
pass pPipelineReference to stages
Browse files Browse the repository at this point in the history
  • Loading branch information
cnfait committed Jan 23, 2025
1 parent 6256a62 commit b84b5c1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Resources:
rMainA:
Type: awslabs::sdlf::stagelambda::MODULE
Properties:
pPipelineReference: !Ref pPipelineReference
pDeploymentInstance: mainA
pStorageDeploymentInstance: dev
pDatasetDeploymentInstance: dev
Expand All @@ -32,6 +33,7 @@ Resources:
rMainB:
Type: awslabs::sdlf::stageglue::MODULE
Properties:
pPipelineReference: !Ref pPipelineReference
pDeploymentInstance: mainB
pStorageDeploymentInstance: dev
pDatasetDeploymentInstance: dev
Expand Down

0 comments on commit b84b5c1

Please sign in to comment.