diff --git a/services/terraform/self-host/aws_db.tf b/services/terraform/self-host/aws_db.tf index b7d01b4148..2a7f001b1d 100644 --- a/services/terraform/self-host/aws_db.tf +++ b/services/terraform/self-host/aws_db.tf @@ -57,6 +57,7 @@ resource "aws_db_instance" "mariadb" { storage_encrypted = true publicly_accessible = true port = local.mariadb_port + apply_immediately = true skip_final_snapshot = true }