You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Note that this YML is missing a "variables" declaration at the top!
- name: IncludeAutoScalingExample
description: Should we include an example of how to auto scaling the service based on CPU usage (true or false)?
type: bool
- name: UseGruntKms
description: Should we use gruntkms (true or false)?
type: bool
Given this
boilerplate.yml
:When I run this command:
I get this output:
While the YAML is valid YAML, it's missing a
variables
declaration at the top. The action item here is to output a more helpful error message.The text was updated successfully, but these errors were encountered: