Skip to content

Commit

Permalink
Ignore postgres maintenance window change
Browse files Browse the repository at this point in the history
  • Loading branch information
mbklein committed Aug 15, 2024
1 parent 97c7c84 commit f60714f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions data_services/postgres.tf
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@ resource "aws_db_instance" "db" {
db_subnet_group_name = aws_db_subnet_group.db_subnet_group.name
vpc_security_group_ids = [aws_security_group.db.id]
tags = local.tags

lifecycle {
ignore_changes = [ maintenance_window ]
}
}

module "maintenance_lambda" {
Expand Down

0 comments on commit f60714f

Please sign in to comment.