Mention "flavor" in example

Had to look through source code to find that I could set this.
This commit is contained in:
Jeff Blaine 2012-12-27 14:51:35 -05:00
parent 420b878f8b
commit b558d888e9
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ Here's an example Blimpfile:
ship.group = 'Simple' # [Optional] The name of the desired Security Group
ship.region = 'us-west-1' # [Optional] defaults to us-west-2
ship.username = 'ubuntu' # [Optional] SSH username, defaults to "ubuntu" for AWS machines
ship.flavor = 'm1.small' # [Optional] defaults to t1.micro
end
end
```