fmt
This commit is contained in:
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…
Reference in New Issue