Terraform Version & Prov:
AFT Version:
1.18.0
Terraform Version & Provider Versions
n/a
Bug Description
Previously we reported the hardcoded value in aft-customizations module as reported here. This issue pointed the hardcoded value in one segment of the template, but missed to mention another location where the hardcoded value still existed here:
|
"Below Maximum Execution Threshold?": { |
|
"Type": "Choice", |
|
"Choices": [ |
|
{ |
|
"Variable": "$.running_executions.running_pipelines", |
|
"NumericLessThan": 5, |
|
"Next": "Execute Pipelines" |
|
} |
|
], |
|
"Default": "Wait on Pipeline Executions" |
|
}, |
To Reproduce
Steps to reproduce the behavior:
- Set
maximum_concurrent_customization to value higher than 5
- Invoke customization with high number of target, i.e 20 accounts
- Notice the initial invocation will run against total
maximum_concurrent_customization parallel pipelines.
- The next pipeline will be maxed out at
5 parallel.
Expected behavior
maximum_concurrent_customization should be honored on all part of the modules/aft-customizations/states/invoke_customizations.asl.json
Related Logs
n/a
Additional context
Relevant issue : 395
Terraform Version & Prov:
AFT Version:
1.18.0
Terraform Version & Provider Versions
n/a
Bug Description
Previously we reported the hardcoded value in
aft-customizationsmodule as reported here. This issue pointed the hardcoded value in one segment of the template, but missed to mention another location where the hardcoded value still existed here:terraform-aws-control_tower_account_factory/modules/aft-customizations/states/invoke_customizations.asl.json
Lines 85 to 95 in 7e78b33
To Reproduce
Steps to reproduce the behavior:
maximum_concurrent_customizationto value higher than 5maximum_concurrent_customizationparallel pipelines.5parallel.Expected behavior
maximum_concurrent_customizationshould be honored on all part of themodules/aft-customizations/states/invoke_customizations.asl.jsonRelated Logs
n/a
Additional context
Relevant issue : 395