Skip to content

Commit 906ca4d

Browse files
author
Dougal Ballantyne
committed
Adding encrypted_ephemeral config key
1 parent 5bc4213 commit 906ca4d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cli/cfncluster/cfnconfig.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,8 @@ def __init__(self, args):
135135
install_type='InstallType', scheduler='Scheduler', cluster_type='ClusterType',
136136
spot_price='SpotPrice', custom_ami='CustomAMI', pre_install='PreInstallScript',
137137
post_install='PostInstallScript', proxy_server='ProxyServer',
138-
iam_policy='IAMPolicy', placement='Placement', placement_group='PlacementGroup')
138+
iam_policy='IAMPolicy', placement='Placement', placement_group='PlacementGroup',
139+
encrypted_ephemeral='EncryptedEphemeral')
139140

140141
# Loop over all the cluster options and add define to parameters, raise Exception if defined but null
141142
for key in self.__cluster_options:

0 commit comments

Comments
 (0)