Hi,
I’m trying to set up a Step Template for AWS CloudFormation.
When trying to save the Template Srouce, it fails with this message: The CloudFormation template parser failed for the supplied input. Ensure the template code is well formed
I think it is because of this part:
"SecurityGroups": [
#{each sg in AwsEcsStep2.SecurityGroups}
"#{sg}",
#{/each}
],
Is Extended Syntax not supported for CloudFormation step, and can anyone offer an alternative, when I don’t know the number of items in an array in advance?
I’m using Octopus Deploy v2019.3.5 LTS