We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39d830a commit a4fd967Copy full SHA for a4fd967
cli/cfncluster/easyconfig.py
@@ -25,7 +25,7 @@
25
from . import cfnconfig
26
27
logger = logging.getLogger('cfncluster.cfncluster')
28
-unsupported_regions = ['ap-northeast-3']
+unsupported_regions = ['ap-northeast-3', 'cn-north-1', 'cn-northwest-1']
29
30
def prompt(prompt, default_value=None, hidden=False, options=None):
31
if hidden and default_value is not None:
0 commit comments