Skip to content

Commit b5fffdc

Browse files
NRL-1669 Enable backups for INT, they were already enabled in AWS console
1 parent 052e3bc commit b5fffdc

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

terraform/account-wide-infrastructure/test/dynamodb__pointers-table.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ module "int-pointers-table" {
1515
enable_deletion_protection = true
1616
enable_pitr = true
1717
kms_deletion_window_in_days = 30
18+
enable_backups = true
1819
}
1920

2021
module "int-sandbox-pointers-table" {

terraform/account-wide-infrastructure/test/s3.tf

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ module "qa-sandbox-permissions-store-bucket" {
99
}
1010

1111
module "int-permissions-store-bucket" {
12-
source = "../modules/permissions-store-bucket"
13-
name_prefix = "nhsd-nrlf--int"
12+
source = "../modules/permissions-store-bucket"
13+
name_prefix = "nhsd-nrlf--int"
14+
enable_backups = true
1415
}
1516

1617
module "int-sandbox-permissions-store-bucket" {

0 commit comments

Comments
 (0)