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 e3d6ffa commit 7c9a211Copy full SHA for 7c9a211
examples/l1-resources/flex-cluster.ts
@@ -40,7 +40,6 @@ export class CdkFlexClusterStack extends cdk.Stack {
40
],
41
});
42
43
- // Output the connection strings
44
new cdk.CfnOutput(this, 'FlexClusterId', {
45
value: flexClusterRes.attrId,
46
description: 'Flex Cluster ID',
0 commit comments