Skip to content

Commit ea9f040

Browse files
author
Sean Smith
committed
Add FSx tag
Signed-off-by: Sean Smith <[email protected]>
1 parent 64609aa commit ea9f040

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

cloudformation/aws-parallelcluster.cfn.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2081,7 +2081,7 @@
20812081
"Key": "aws-parallelcluster-filesystem",
20822082
"Value": {
20832083
"Fn::Sub": [
2084-
"efs=${efs}, multiebs=${NumberOfEBSVol}, raid=${raid}",
2084+
"efs=${efs}, multiebs=${NumberOfEBSVol}, raid=${raid}, fsx=${fsx}",
20852085
{
20862086
"efs": {
20872087
"Fn::If": [
@@ -2096,6 +2096,13 @@
20962096
"1",
20972097
"0"
20982098
]
2099+
},
2100+
"fsx": {
2101+
"Fn::If": [
2102+
"CreateFSXSubstack",
2103+
"1",
2104+
"0"
2105+
]
20992106
}
21002107
}
21012108
]

0 commit comments

Comments
 (0)