Skip to content

Commit 201c7d8

Browse files
committed
pass region to create
1 parent 0d2e4a2 commit 201c7d8

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
@@ -114,7 +114,7 @@ func buildInstance(options *options.Options) (*govultr.InstanceCreateReq, error)
114114
// OsID: 477, // debian
115115
ImageID: "docker",
116116
Plan: "vc2-1c-1gb",
117-
Region: "blr",
117+
Region: options.Region,
118118
UserData: userData,
119119
Tags: []string{"devpod"},
120120
}

0 commit comments

Comments
 (0)