Skip to content

Commit 660f1cb

Browse files
authored
feat(edge): add ssh params to edge
1 parent 6d6ce66 commit 660f1cb

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

custom_types/cloud/common.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,17 @@ node_types:
101101
properties:
102102
public_ip:
103103
type: string
104+
required: true
105+
ssh_username:
106+
type: string
107+
default: ubuntu
108+
required: false
109+
ssh_private_key:
110+
type: string
111+
required: false
112+
ssh_tunnel:
113+
type: boolean
114+
default: false
104115
required: false
105116
capabilities:
106117
host:

0 commit comments

Comments
 (0)