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 9fea135 commit 7138e52Copy full SHA for 7138e52
lib/posit-db.ts
@@ -24,6 +24,12 @@ export class DbStack extends cdk.NestedStack {
24
reason: 'Adds complexity and will break the solution without Kube restart. As a solution starter this is not required.'
25
},
26
])
27
+ NagSuppressions.addStackSuppressions(this, [
28
+ {
29
+ id: 'AwsSolutions-RDS10',
30
+ reason: 'Conflicts with stack deletion.'
31
+ },
32
+ ])
33
NagSuppressions.addStackSuppressions(this, [
34
{
35
id: 'AwsSolutions-RDS6',
0 commit comments