Skip to content

Commit ee522e4

Browse files
authored
Remove the snapshot_identifier value for the Test environment (#482)
The value has been removed from the `main` branch to prevent triggering a DB restore from the snapshot when it is not necessary. This value should only be set in a special branch whose purpose is to restore the DB from a snapshot, and it should be empty in the main branch to avoid triggering the restore.
1 parent 9b95531 commit ee522e4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

deployment/environments/terraform-test.tfvars

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ rds_database_identifier = "opensupplyhub-enc-tst"
2121
rds_database_name = "opensupplyhub"
2222
rds_multi_az = false
2323
rds_storage_encrypted = true
24-
snapshot_identifier = "opensupplyhub-rds-tst"
2524

2625
anonymized_database_instance_type = "db.t3.2xlarge"
2726
anonymized_database_identifier = "database-anonymizer"

0 commit comments

Comments
 (0)