aws-cfn-resource-specs
aws-cfn-resource-specs copied to clipboard
Specific resource properties are being missed in the changelog
If a property is added to a resourcetype, but the property does not have it's own propertytype, it will be missed in the changelogger.
Example from the official Release History for the resource specification:
The following resource was updated: AWS::AutoScaling::AutoScalingGroup
AWS::AutoScaling::AutoScalingGroup
Use the
MaxInstanceLifetimeproperty to specify the maximum amount of time, in seconds, that an instance can be in service.
You can see the change in a recent commit:
https://github.com/ScriptAutomate/aws-cfn-resource-specs/commit/975f74ef5cb525a730bfe063fe6bc6f2422754fb#diff-84c743d7c89d06be260f7fd2f81220faR34551-R34556
It has a docs link, too, and should be included in the changelog.