We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e138ef3 commit 9ea1b7aCopy full SHA for 9ea1b7a
cli/pcluster/cfnconfig.py
@@ -212,7 +212,7 @@ def __init__(self, args):
212
self.aws_secret_access_key=None
213
214
# Determine which cluster template will be used
215
- if __args_func in ['start', 'stop']:
+ if __args_func in ['start', 'stop', 'instances']:
216
# Starting and stopping a cluster is unique in that we would want to prevent the
217
# customer from inadvertently using a different template than what
218
# the cluster was created with, so we do not support the -t
0 commit comments