@@ -246,7 +246,7 @@ const openSearchDomain = new opensearch.Domain(
246246 dataNodes: 1 ,
247247 },
248248 nodeToNodeEncryption: true ,
249- // set removalPolicy to DESTROY to make sure the open search domain is deleted on stack deletion.
249+ // set removalPolicy to DESTROY to make sure the OpenSearch domain is deleted on stack deletion.
250250 removalPolicy: RemovalPolicy .DESTROY ,
251251 encryptionAtRest: {
252252 enabled: true ,
@@ -378,7 +378,7 @@ const openSearchDomain = new opensearch.Domain(
378378 dataNodes: 1 ,
379379 },
380380 nodeToNodeEncryption: true ,
381- // set removalPolicy to DESTROY to make sure the open search domain is deleted on stack deletion.
381+ // set removalPolicy to DESTROY to make sure the OpenSearch domain is deleted on stack deletion.
382382 removalPolicy: RemovalPolicy .DESTROY ,
383383 encryptionAtRest: {
384384 enabled: true ,
@@ -525,7 +525,7 @@ const openSearchDomain = new opensearch.Domain(
525525 dataNodes: 1 ,
526526 },
527527 nodeToNodeEncryption: true ,
528- // set removalPolicy to DESTROY to make sure the open search domain is deleted on stack deletion.
528+ // set removalPolicy to DESTROY to make sure the OpenSearch domain is deleted on stack deletion.
529529 removalPolicy: RemovalPolicy .DESTROY ,
530530 encryptionAtRest: {
531531 enabled: true ,
@@ -732,7 +732,7 @@ const openSearchDomain = new opensearch.Domain(
732732 dataNodes: 1 ,
733733 },
734734 nodeToNodeEncryption: true ,
735- // set removalPolicy to DESTROY to make sure the open search domain is deleted on stack deletion.
735+ // set removalPolicy to DESTROY to make sure the OpenSearch domain is deleted on stack deletion.
736736 removalPolicy: RemovalPolicy .DESTROY ,
737737 encryptionAtRest: {
738738 enabled: true ,
0 commit comments