cfstacks / stacks

Manage CloudFormation sanely with templates written in YAML
MIT License
42 stars 16 forks source link

Getting started guide fails to create stack #111

Closed zaro0508 closed 5 years ago

zaro0508 commented 5 years ago

I followed the Getting started guide but it doesn't seem to work. I get error "'null' values are not allowed in templates"

steps to repro:

  1. installed using directions from doc (https://github.com/cfstacks/stacks/blob/master/docs/source/quickstarts/getting_started.rst)
  2. create buckets.yaml (I copied and pasted contents from doc)
  3. ❯❯❯ stacks -p admin create --template buckets.yaml --env dev --follow --property bucket_name_prefix=my-awesome-bucket --property buckets_count=3 [/Resources] 'null' values are not allowed in templates

pip-freeze.log

alekna commented 5 years ago

Hi @zaro0508, please check updated documentation and let me know if it works for you.