File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1325
1325
{
1326
1326
"command" : " aws.ec2.startInstance" ,
1327
1327
"group" : " 0@1" ,
1328
- "when" : " viewItem =~ /^(awsEc2(Stopped|Pending)Node )$/"
1328
+ "when" : " viewItem =~ /^(awsEc2StoppedNode )$/"
1329
1329
},
1330
1330
{
1331
1331
"command" : " aws.ec2.startInstance" ,
1332
1332
"group" : " inline@1" ,
1333
- "when" : " viewItem =~ /^(awsEc2(Stopped|Pending)Node )$/"
1333
+ "when" : " viewItem =~ /^(awsEc2StoppedNode )$/"
1334
1334
},
1335
1335
{
1336
1336
"command" : " aws.ec2.stopInstance" ,
1337
1337
"group" : " 0@1" ,
1338
- "when" : " viewItem =~ /^(awsEc2(Running|Pending)Node )$/"
1338
+ "when" : " viewItem =~ /^(awsEc2RunningNode )$/"
1339
1339
},
1340
1340
{
1341
1341
"command" : " aws.ec2.stopInstance" ,
1342
1342
"group" : " inline@1" ,
1343
- "when" : " viewItem =~ /^(awsEc2(Running|Pending)Node )$/"
1343
+ "when" : " viewItem =~ /^(awsEc2RunningNode )$/"
1344
1344
},
1345
1345
{
1346
1346
"command" : " aws.ec2.rebootInstance" ,
You can’t perform that action at this time.
0 commit comments