Skip to content

Commit

Permalink
Use 24 hour timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
roncitrus committed Jan 23, 2024
1 parent 965c5a0 commit 790c498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/environments/cdpt-chaps/database.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ resource "aws_db_instance" "database" {
depends_on = [aws_security_group.db]
snapshot_identifier = local.application_data.accounts[local.environment].db_snapshot_identifier
db_subnet_group_name = aws_db_subnet_group.db.id
final_snapshot_identifier = "final-snapshot-${formatdate("YYYYMMDDHHmmss", timestamp())}"
final_snapshot_identifier = "final-snapshot-${formatdate("YYYYMMDDhhmmss", timestamp())}"
publicly_accessible = true
}

Expand Down

0 comments on commit 790c498

Please sign in to comment.