Skip to content

Commit 6287945

Browse files
committed
follow same style as other examples
1 parent 7c9a211 commit 6287945

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

examples/l1-resources/flex-cluster.ts

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -39,21 +39,6 @@ export class CdkFlexClusterStack extends cdk.Stack {
3939
},
4040
],
4141
});
42-
43-
new cdk.CfnOutput(this, 'FlexClusterId', {
44-
value: flexClusterRes.attrId,
45-
description: 'Flex Cluster ID',
46-
});
47-
48-
new cdk.CfnOutput(this, 'FlexClusterState', {
49-
value: flexClusterRes.attrStateName,
50-
description: 'Flex Cluster State',
51-
});
52-
53-
new cdk.CfnOutput(this, 'FlexClusterMongoDBVersion', {
54-
value: flexClusterRes.attrMongoDBVersion,
55-
description: 'MongoDB Version',
56-
});
5742
}
5843

5944
getContextProps(): AtlasStackProps {

0 commit comments

Comments
 (0)