pull/919/head
Mitchell Hashimoto 13 years ago
parent 1750b34f70
commit b3edb2fba5

@ -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",
}
}

Loading…
Cancel
Save