fireflycons / PSCloudFormation

Easy CloudFormation deployments from PowerShell command line. Exports CloudFormation Stacks to Terraform
MIT License
6 stars 0 forks source link

...value of argument "maxLength" is out of range #122

Closed fireflycons closed 3 years ago

fireflycons commented 3 years ago
Error creating dynamic parameters: Cannot process argument because the value of argument "maxLength" is out of range. Change argument "maxLength" to  a value that is within range.
Parameter name: maxLength
Actual value was 0.
   at System.Management.Automation.ValidateLengthAttribute..ctor(Int32 minLength, Int32 maxLength)
   at Firefly.PSCloudFormation.TemplateManager.GetStackDynamicParameters(IDictionary`2 fileParameters)
fireflycons commented 3 years ago

Bug in previous change to Firefly.CloudFormation. See https://github.com/fireflycons/Firefly.CloudFormation/issues/17