We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v1.10.1
windows
in the example template, i have a reference to ResourceSignalCount. There isnt a parameter for this but does not throw an error
an error is thrown
AWSTemplateFormatVersion: 2010-09-09 Resources: AutoScalingGroup: Type: AWS::AutoScaling::AutoScalingGroup CreationPolicy: ResourceSignal: Count: !Ref ResourceSignalCount Timeout: PT15M Properties: MaxSize: 1 MinSize: 1
The text was updated successfully, but these errors were encountered:
Some notes for adding support:
Other fixes:
AWS::AutoScaling::AutoScalingGroup
Sorry, something went wrong.
kddejong
Successfully merging a pull request may close this issue.
CloudFormation Lint Version
v1.10.1
What operating system are you using?
windows
Describe the bug
in the example template, i have a reference to ResourceSignalCount. There isnt a parameter for this but does not throw an error
Expected behavior
an error is thrown
Reproduction template
The text was updated successfully, but these errors were encountered: