cloudstax / firecamp

Serverless Platform for the stateful services
https://www.cloudstax.io
Apache License 2.0
209 stars 20 forks source link

Parameters Allowed Pattern bug #63

Closed ddt7 closed 6 years ago

ddt7 commented 6 years ago

You have set for vpc and subnet subnet-[0-9a-z]{8} which is not corrent since they may be longer than 8 chars change to subnet-[0-9a-z]{8,} or anything else that would work is can't be run now

JuniusLuo commented 6 years ago

Thanks for reporting it! We also hit this in the quickstart test. It has been fixed in the quickstart git. Will port back to here.

ddt7 commented 6 years ago

Thanks. But the cloudformation scripts in s3 are not sync with that change yet

cloudstax commented 6 years ago

The "latest" templates in s3 are synced. Please use 1.0 instead of latest. The latest branch is under development.