mirror of
https://github.com/fog/fog-aws.git
synced 2022-11-09 13:50:52 -05:00
Fix t1.micro bits
It's not a 0 bit instance. It's a 32bit instance. Signed-off-by: Tim Smith <tsmith@chef.io>
This commit is contained in:
parent
1c1e845c7b
commit
7f059cd7ff
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ module Fog
|
|||
{
|
||||
:id => 't1.micro',
|
||||
:name => 'Micro Instance',
|
||||
:bits => 0,
|
||||
:bits => 32,
|
||||
:cores => 1,
|
||||
:disk => 0,
|
||||
:ram => 658,
|
||||
|
|
Loading…
Reference in a new issue