We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c9a211 commit 6287945Copy full SHA for 6287945
examples/l1-resources/flex-cluster.ts
@@ -39,21 +39,6 @@ export class CdkFlexClusterStack extends cdk.Stack {
39
},
40
],
41
});
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
57
}
58
59
getContextProps(): AtlasStackProps {
0 commit comments