This commit is contained in:
Mitchell Hashimoto 2013-07-16 15:34:07 +09:00
parent 1750b34f70
commit b3edb2fba5
1 changed files with 3 additions and 3 deletions

View File

@ -16,10 +16,10 @@ func init() {
func testConfig() *RunConfig {
return &RunConfig{
Region: "us-east-1",
SourceAmi: "abcd",
Region: "us-east-1",
SourceAmi: "abcd",
InstanceType: "m1.small",
SSHUsername: "root",
SSHUsername: "root",
}
}