Skip to content

Commit ffa3d0f

Browse files
committed
New EBS volume types and updated cookbook version.
1 parent 5504fe8 commit ffa3d0f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cloudformation/cfncluster.cfn.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,8 @@
169169
"AllowedValues" : [
170170
"standard",
171171
"gp2",
172-
"io1"
173-
"st1"
172+
"io1",
173+
"st1",
174174
"sc1"
175175
]
176176
},
@@ -1087,7 +1087,7 @@
10871087
"CfnClusterVersions" : {
10881088
"default" : {
10891089
"cfncluster" : "cfncluster-1.2.1",
1090-
"cookbook" : "cfncluster-cookbook-1.2.1",
1090+
"cookbook" : "cfncluster-cookbook-1.2.2",
10911091
"chef" : "12.8.1",
10921092
"ridley" : "4.5.0",
10931093
"berkshelf" : "4.3.0",

0 commit comments

Comments
 (0)