Skip to content

Commit 726e678

Browse files
committed
use options.MachineType
1 parent 264c199 commit 726e678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/create.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ func buildInstance(options *options.Options) (*govultr.InstanceCreateReq, error)
113113
EnableIPv6: govultr.BoolToBoolPtr(true),
114114
// OsID: 477, // debian
115115
ImageID: "docker",
116-
Plan: "vc2-1c-1gb",
116+
Plan: options.MachineType,
117117
Region: options.Region,
118118
UserData: userData,
119119
Tags: []string{"devpod"},

0 commit comments

Comments
 (0)