File tree Expand file tree Collapse file tree 2 files changed +4
-17
lines changed Expand file tree Collapse file tree 2 files changed +4
-17
lines changed Original file line number Diff line number Diff line change @@ -50,11 +50,11 @@ resource "aws_sfn_state_machine" "forge" {
50
50
{
51
51
"And": [
52
52
{
53
- "Variable": "$.meta.collection.meta.workflowChoice.useEcs ",
53
+ "Variable": "$.meta.collection.meta.workflowChoice.ecs_lambda ",
54
54
"IsPresent": true
55
55
},
56
56
{
57
- "Variable": "$.meta.collection.meta.workflowChoice.useEcs ",
57
+ "Variable": "$.meta.collection.meta.workflowChoice.ecs_lambda ",
58
58
"BooleanEquals": true
59
59
}
60
60
],
Original file line number Diff line number Diff line change @@ -50,24 +50,11 @@ resource "aws_sfn_state_machine" "tig" {
50
50
{
51
51
"And": [
52
52
{
53
- "Variable": "$.meta.collection.meta.workflowChoice.useEcs ",
53
+ "Variable": "$.meta.collection.meta.workflowChoice.ecs_lambda ",
54
54
"IsPresent": true
55
55
},
56
56
{
57
- "Variable": "$.meta.collection.meta.workflowChoice.useEcs",
58
- "BooleanEquals": true
59
- }
60
- ],
61
- "Next": "ECSImageProcess"
62
- },
63
- {
64
- "And": [
65
- {
66
- "Variable": "$.meta.collection.meta.workflowChoice.image_ecs",
67
- "IsPresent": true
68
- },
69
- {
70
- "Variable": "$.meta.collection.meta.workflowChoice.image_ecs",
57
+ "Variable": "$.meta.collection.meta.workflowChoice.ecs_lambda",
71
58
"BooleanEquals": true
72
59
}
73
60
],
You can’t perform that action at this time.
0 commit comments