We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeb9873 commit a5de255Copy full SHA for a5de255
src/modules/scf/utils.js
@@ -230,6 +230,7 @@ const formatFunctionInputs = (region, inputs) => {
230
}
231
232
functionInputs['EipConfig.EipFixed'] = inputs.eip === true ? 'TRUE' : 'FALSE';
233
+ functionInputs.L5Enable = inputs.l5Enable === true ? 'TRUE' : 'FALSE';
234
if (inputs.layers) {
235
inputs.layers.forEach((item, index) => {
236
functionInputs[`Layers.${index}.LayerName`] = item.name;
0 commit comments