You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmd/mapt/cmd/aws/services/mac-pool.go
+12-30Lines changed: 12 additions & 30 deletions
Original file line number
Diff line number
Diff line change
@@ -30,18 +30,12 @@ const (
30
30
paramMaxSizeDesc="max number of machines in the pool"
31
31
paramMaxSizeDefault=2
32
32
// Machines in the pool params
33
-
paramVPCID="vpcid"
34
-
paramVPCIDDesc="VPC Id to setup mac machines"
35
-
paramVPCIDDefault=""
36
-
paramAZID="azid"
37
-
paramAZIDDesc="AZ Id to setup mac machines"
38
-
paramAZIDDefault=""
39
-
paramSubnetID="subnetid"
40
-
paramSubnetIDDesc="Subnet Id to setup mac machines"
41
-
paramSubnetIDDefault=""
42
-
paramSSHSGID="ssh-sgid"
43
-
paramSSHSGIDDesc="Security group Id to securize ssh access to machines. SSH can only be used from instances with this SG."
44
-
paramSSHSGIDDefault=""
33
+
paramVPCID="vpcid"
34
+
paramVPCIDDesc="VPC Id to setup mac machines"
35
+
paramVPCIDDefault=""
36
+
paramSSHSGID="ssh-sgid"
37
+
paramSSHSGIDDesc="Security group Id to securize ssh access to machines. SSH can only be used from instances with this SG."
38
+
paramSSHSGIDDefault=""
45
39
// Request / Release
46
40
paramTicket="ticket"
47
41
paramTicketDesc="this is a unique identifier to tag the dedicated host meanwhile it is being locked to identify the request which locked it. It will be used on release to identify the machine being released"
0 commit comments