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
{{ message }}
This repository has been archived by the owner on Feb 1, 2019. It is now read-only.
Failing to specify instance type with -i causes the following error on Ubuntu 16.04 and bash 4.3.48(1)-release (x86_64-pc-linux-gnu):
* aws_instance.box: Error launching source instance: InvalidParameterValue: Invalid value '' for InstanceType.
status code: 400, request id: 47c7f83c-3ecd-4ebd-ae57-da1bbe71e612
Specifying -i t2.micro (for instance) solves the issue immediately. Would be good to test this on OSX. It doesn't appear to be related to #30 (reverting to /bin/sh still produces the same error).
The text was updated successfully, but these errors were encountered:
Failing to specify instance type with
-i
causes the following error on Ubuntu 16.04 and bash 4.3.48(1)-release (x86_64-pc-linux-gnu):Specifying
-i t2.micro
(for instance) solves the issue immediately. Would be good to test this on OSX. It doesn't appear to be related to #30 (reverting to /bin/sh still produces the same error).The text was updated successfully, but these errors were encountered: