awslabs / ec2-spot-workshops

Collection of workshops to demonstrate best practices in using Amazon EC2 Spot Instances. https://aws.amazon.com/ec2/spot/
Other
181 stars 150 forks source link

Fix duplicate key errors in CF templates #280

Open m99coder opened 3 months ago

m99coder commented 3 months ago

Issue #, if available:

CloudFormation stack templates where having a duplicate key named Content, where the key (most probably) should have been DocumentFormat.

Description of changes:

Changing the key used to declare the Yaml type from Content to DocumentFormat as well as the actual value from Yaml to YAML.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.