Skip to content

Commit

Permalink
/deploy uat
Browse files Browse the repository at this point in the history
  • Loading branch information
sliu008 committed Jan 7, 2025
1 parent 15f4958 commit 9d9898b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion terraform-deploy/forge_step.tf
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ resource "aws_sfn_state_machine" "forge" {
},
{
"Variable": "$.meta.collection.meta.workflowChoice.ecs_lambda",
"BooleanEquals": true
"StringEquals": "ecs"
}
],
"Next": "FootprintBranchingFargate"
Expand Down
2 changes: 1 addition & 1 deletion terraform-deploy/tig_step.tf
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ resource "aws_sfn_state_machine" "tig" {
},
{
"Variable": "$.meta.collection.meta.workflowChoice.ecs_lambda",
"BooleanEquals": true
"StringEquals": "ecs"
}
],
"Next": "ECSImageProcess"
Expand Down

0 comments on commit 9d9898b

Please sign in to comment.