Skip to content

Commit

Permalink
amend snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
roncitrus committed Jan 17, 2024
1 parent bae3e24 commit e5f9c14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/environments/cdpt-chaps/database.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ resource "aws_db_instance" "database" {
depends_on = [aws_security_group.db]
snapshot_identifier = "arn:aws:rds:eu-west-2:613903586696:snapshot:cdpt-dev-staging-snapshot-9-1-24"
db_subnet_group_name = aws_db_subnet_group.db.id
skip_final_snapshot = false
final_snapshot_identifier = "preprod-db-snapshot"
publicly_accessible = true
}
Expand Down

0 comments on commit e5f9c14

Please sign in to comment.