Skip to content

Commit

Permalink
Add devx backup tag to ruleDB
Browse files Browse the repository at this point in the history
  • Loading branch information
Georges-GNM committed Jan 25, 2024
1 parent e747315 commit ac43556
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cdk/lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import {
Duration,
RemovalPolicy,
SecretValue,
Tags,
} from "aws-cdk-lib";
import { Certificate } from "aws-cdk-lib/aws-certificatemanager";
import type { GuStackProps } from "@guardian/cdk/lib/constructs/core/stack";
Expand Down Expand Up @@ -335,5 +336,6 @@ EOF
storageType: StorageType.GP2,
removalPolicy: RemovalPolicy.SNAPSHOT,
});
Tags.of(ruleDB).add("devx-backup-enabled", "true");
}
}

0 comments on commit ac43556

Please sign in to comment.