Skip to content

Commit cb904ad

Browse files
committed
Bump Hetzner to use cx23 instance
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
1 parent d6775f0 commit cb904ad

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

cmd/create.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,12 @@ func init() {
6565
var createCmd = &cobra.Command{
6666
Use: "create",
6767
Short: "Create an exit-server with inlets preinstalled.",
68-
Long: `Create an exit-server with inlets preinstalled on cloud infrastructure
69-
with inlets preloaded as a systemd service. The estimated cost of each
70-
VM along with what OS version and spec will be used is explained in the
68+
Long: `Create an exit-server with inlets preinstalled on cloud infrastructure
69+
with inlets preloaded as a systemd service. The estimated cost of each
70+
VM along with what OS version and spec will be used is explained in the
7171
project docs.`,
7272
Example: `
73-
# Create a HTTPS tunnel server, terminating TLS with a certificate
73+
# Create a HTTPS tunnel server, terminating TLS with a certificate
7474
# from Let's Encrypt called "tunnel-richardcase" so your team mates
7575
# don't delete your VM unintentionally.
7676
inletsctl create \
@@ -593,7 +593,7 @@ func createHost(provider, name, region, zone, projectID, userData, inletsProCont
593593
return &provision.BasicHost{
594594
Name: name,
595595
Region: region,
596-
Plan: "cx22",
596+
Plan: "cx23",
597597
OS: "ubuntu-22.04",
598598
UserData: userData,
599599
}, nil

0 commit comments

Comments
 (0)